Remove unnecessary comments
This commit is contained in:
parent
512a178655
commit
3a6d69e987
5 changed files with 0 additions and 9 deletions
|
@ -81,16 +81,11 @@ public class MapActivityActions implements DialogProvider {
|
|||
public static final String KEY_ZOOM = "zoom";
|
||||
|
||||
// Constants for determining the order of items in the additional actions context menu
|
||||
// In the case of changing values boundaries for plugin, change them in the plugin too
|
||||
public static final int DIRECTIONS_FROM_ITEM_ORDER = 1000;
|
||||
public static final int SEARCH_NEAR_ITEM_ORDER = 2000;
|
||||
public static final int CHANGE_POSITION_ITEM_ORDER = 3000;
|
||||
// Orders from 4000 to 4999 are for AudioVideoNotesPlugin
|
||||
// Orders from 7000 to 7999 are for OsmEditingPlugin
|
||||
public static final int EDIT_GPX_WAYPOINT_ITEM_ORDER = 9000;
|
||||
public static final int ADD_GPX_WAYPOINT_ITEM_ORDER = 9000;
|
||||
// Orders from 10000 to 10999 are for ParkingPositionPlugin
|
||||
// Orders from 12000 to 12999 are for OsmAndRasterMapsPlugin
|
||||
|
||||
private static final int DIALOG_ADD_FAVORITE = 100;
|
||||
private static final int DIALOG_REPLACE_FAVORITE = 101;
|
||||
|
|
|
@ -105,7 +105,6 @@ public class AudioVideoNotesPlugin extends OsmandPlugin {
|
|||
public static final int AUDIO_REQUEST_CODE = 103;
|
||||
|
||||
// Constants for determining the order of items in the additional actions context menu
|
||||
// Values boundaries: [4000; 4999]
|
||||
private static final int TAKE_AUDIO_NOTE_ITEM_ORDER = 4100;
|
||||
private static final int TAKE_VIDEO_NOTE_ITEM_ORDER = 4300;
|
||||
private static final int TAKE_PHOTO_NOTE_ITEM_ORDER = 4500;
|
||||
|
|
|
@ -50,7 +50,6 @@ public class OsmEditingPlugin extends OsmandPlugin {
|
|||
private static final String ID = "osm.editing";
|
||||
|
||||
// Constants for determining the order of items in the additional actions context menu
|
||||
// Values boundaries: [7000; 7999]
|
||||
private static final int CREATE_POI_ITEM_ORDER = 7300;
|
||||
private static final int MODIFY_POI_ITEM_ORDER = 7300;
|
||||
private static final int MODIFY_OSM_CHANGE_ITEM_ORDER = 7300;
|
||||
|
|
|
@ -53,7 +53,6 @@ public class ParkingPositionPlugin extends OsmandPlugin {
|
|||
public final static String PARKING_EVENT_ADDED = "parking_event_added"; //$//$NON-NLS-1$
|
||||
|
||||
// Constants for determining the order of items in the additional actions context menu
|
||||
// Values boundaries: [10000; 10999]
|
||||
private static final int MARK_AS_PARKING_POS_ITEM_ORDER = 10500;
|
||||
|
||||
private LatLon parkingPosition;
|
||||
|
|
|
@ -50,7 +50,6 @@ public class OsmandRasterMapsPlugin extends OsmandPlugin {
|
|||
public static final String ID = "osmand.rastermaps";
|
||||
|
||||
// Constants for determining the order of items in the additional actions context menu
|
||||
// Values boundaries: [12000; 12999]
|
||||
private static final int UPDATE_MAP_ITEM_ORDER = 12300;
|
||||
private static final int DOWNLOAD_MAP_ITEM_ORDER = 12600;
|
||||
|
||||
|
|
Loading…
Reference in a new issue