Ignore:
Timestamp:
2015-10-19T14:00:49+02:00 (10 years ago)
Author:
Don-vip
Message:

remove deprecated stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MainMenu.java

    r8870 r8906  
    598598
    599599    /**
    600      * @deprecated Use {@link #addMenu(String, String, int, int, String)} instead.
    601      */
    602     // Kept for compatibility with plugins
    603     @Deprecated
    604     public JMenu addMenu(String name, int mnemonicKey, int position, String relativeHelpTopic) {
    605         return addMenu(name, tr(name), mnemonicKey, position, relativeHelpTopic);
    606     }
    607 
    608     /**
    609600     * Creates a menu and adds it on the given position to the main menu.
    610601     *
Note: See TracChangeset for help on using the changeset viewer.