Index: /trunk/src/org/openstreetmap/josm/gui/SideButton.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/SideButton.java	(revision 5761)
+++ /trunk/src/org/openstreetmap/josm/gui/SideButton.java	(revision 5762)
@@ -84,37 +84,4 @@
     }
 
-    // Used constructor with Action
-    @Deprecated
-    public SideButton(String imagename, String property, String tooltip, ActionListener actionListener)
-    {
-        super(makeIcon(imagename));
-        doStyle();
-        setActionCommand(imagename);
-        addActionListener(actionListener);
-        setToolTipText(tooltip);
-    }
-
-    // Used constructor with Action
-    @Deprecated
-    public SideButton(String name, String imagename, String property, String tooltip, Shortcut shortcut, ActionListener actionListener)
-    {
-        super(tr(name), makeIcon(imagename));
-        if(shortcut != null)
-        {
-            shortcut.setMnemonic(this);
-            if(tooltip != null) {
-                tooltip = Main.platform.makeTooltip(tooltip, shortcut);
-            }
-        }
-        setup(name, property, tooltip, actionListener);
-    }
-
-    // Used constructor with Action
-    @Deprecated
-    public SideButton(String name, String imagename, String property, String tooltip, ActionListener actionListener)
-    {
-        super(tr(name), makeIcon(imagename));
-        setup(name, property, tooltip, actionListener);
-    }
     private void setup(String name, String property, String tooltip, ActionListener actionListener)
     {
@@ -125,4 +92,5 @@
         putClientProperty("help", "Dialog/"+property+"/"+name);
     }
+
     private void doStyle()
     {
Index: /trunk/src/org/openstreetmap/josm/gui/layer/markerlayer/MarkerLayer.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/layer/markerlayer/MarkerLayer.java	(revision 5761)
+++ /trunk/src/org/openstreetmap/josm/gui/layer/markerlayer/MarkerLayer.java	(revision 5762)
@@ -71,9 +71,4 @@
     private Marker currentMarker;
 
-    @Deprecated
-    public MarkerLayer(GpxData indata, String name, File associatedFile, GpxLayer fromLayer, boolean addMouseHandlerInConstructor) {
-        this(indata, name, associatedFile, fromLayer);
-    }
-
     public MarkerLayer(GpxData indata, String name, File associatedFile, GpxLayer fromLayer) {
         super(name);
Index: /trunk/src/org/openstreetmap/josm/tools/ImageProvider.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/tools/ImageProvider.java	(revision 5761)
+++ /trunk/src/org/openstreetmap/josm/tools/ImageProvider.java	(revision 5762)
@@ -729,9 +729,4 @@
     }
 
-    @Deprecated
-    public static ImageIcon overlay(Icon ground, String overlayImage, OverlayPosition pos) {
-        return overlay(ground, ImageProvider.get(overlayImage), pos);
-    }
-
     /**
      * Decorate one icon with an overlay icon.
