Changeset 33


Ignore:
Timestamp:
07/27/07 20:25:35 (6 years ago)
Author:
saua
Message:

ooops ... Waypoints aren't exactly about to be implemented now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bbtracker/trunk/src/org/bbtracker/mobile/gui/MainCanvas.java

    r27 r33  
    2424        private final StatusTile statusTile; 
    2525 
    26         private final Command waypointCommand = new Command("Add Waypoint", Command.ITEM, 0); 
    27  
    2826        private final Command newTrackCommand = new Command("New Track", Command.ITEM, 2); 
    2927 
     
    4341                statusTile = new StatusTile(manager); 
    4442 
    45                 addCommand(waypointCommand); 
    4643                addCommand(newTrackCommand); 
    4744                addCommand(tracksCommand); 
Note: See TracChangeset for help on using the changeset viewer.