Index: /trunk/src/org/openstreetmap/josm/command/Command.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/command/Command.java	(revision 4893)
+++ /trunk/src/org/openstreetmap/josm/command/Command.java	(revision 4894)
@@ -160,21 +160,4 @@
     @Override public Collection<? extends OsmPrimitive> getParticipatingPrimitives() {
         return cloneMap.keySet();
-    }
-
-    /**
-     * Provide a description that can be presented in a list or tree view.
-     * This override will be removed when
-     * <code>description()</code> is removed.
-     */
-    @Override public Object getDescription() {
-        return ((DefaultMutableTreeNode) description()).getUserObject();
-    }
-
-    /**
-     * @deprecated use getDescription() and getChildren() instead
-     */
-    @Deprecated
-    public MutableTreeNode description() {
-        return null;
     }
 
Index: /trunk/src/org/openstreetmap/josm/command/MoveCommand.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/command/MoveCommand.java	(revision 4893)
+++ /trunk/src/org/openstreetmap/josm/command/MoveCommand.java	(revision 4894)
@@ -135,12 +135,4 @@
     }
 
-    /**
-     * @Deprecated use getParticipatingPrimitives() instead
-     */
-    @Deprecated
-    public Collection<Node> getMovedNodes() {
-        return nodes;
-    }
-
     @Override
     public Collection<Node> getParticipatingPrimitives() {
