Index: applications/editors/josm/plugins/smed/src/smed/tabs/SmedTabAction.java
===================================================================
--- applications/editors/josm/plugins/smed/src/smed/tabs/SmedTabAction.java	(revision 28496)
+++ applications/editors/josm/plugins/smed/src/smed/tabs/SmedTabAction.java	(revision 28497)
@@ -35,9 +35,5 @@
 	private static String editor =tr("SeaMap Editor");
 	
-	public SmedTabAction() {
-//        super( editor, "Smed",editor, 
-//        	    Shortcut.registerShortcut("tools:Seamaps", tr("Tool: {0}", tr("SeaMap Editor")),
-//        	    	    KeyEvent.VK_K, Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT),
-//	    true);  //$NON-NLS-1$ //$NON-NLS-2$
+    public SmedTabAction() {
         super( editor, "Smed", editor, null, true);
     }
