Index: applications/editors/josm/plugins/tcxplugin/src/org/openstreetmap/josm/plugins/TcxPlugin.java
===================================================================
--- applications/editors/josm/plugins/tcxplugin/src/org/openstreetmap/josm/plugins/TcxPlugin.java	(revision 13765)
+++ applications/editors/josm/plugins/tcxplugin/src/org/openstreetmap/josm/plugins/TcxPlugin.java	(revision 14120)
@@ -2,5 +2,5 @@
  * josm.tcx.plugin
  * (c) Copyright by M.IT 2002-2008
- * www.emaitie.de 
+ * www.emaitie.de
  */
 
@@ -15,6 +15,4 @@
 
 import javax.swing.JFileChooser;
-import javax.swing.JMenu;
-import javax.swing.JMenuItem;
 
 import org.openstreetmap.josm.Main;
@@ -41,5 +39,5 @@
             KeyEvent.VK_T, Shortcut.GROUP_MENU));
         }
-        
+
         private void addTcxFileFilter()
         {
@@ -49,9 +47,9 @@
 //              => check if filters contains a tcx entry, if not create a new array with tcx in it
 //              assign it to filters
-            
-    // TODO later we can remove the filter from the file filter list, so the extension does not appear 
+
+    // TODO later we can remove the filter from the file filter list, so the extension does not appear
     // when the user wants to open a normal file.
         }
-        
+
 
         public void actionPerformed(ActionEvent e)
