map_win.h
branchgui
changeset 90 e9f8f44f12a3
parent 89 4042761b21e3
child 94 adfdc2f70548
     1.1 --- a/map_win.h	Mon Nov 21 12:07:05 2005 +0000
     1.2 +++ b/map_win.h	Mon Nov 21 18:03:20 2005 +0000
     1.3 @@ -24,7 +24,6 @@
     1.4      GraphDisplayerCanvas & gdc;
     1.5      ///The \ref MapStorage in which the visualizable maps are stored
     1.6      MapStorage & ms;
     1.7 -    NewMapWin & nmw;
     1.8  
     1.9      int id;
    1.10  
    1.11 @@ -48,7 +47,7 @@
    1.12  
    1.13    public:
    1.14  
    1.15 -    MapSelector(GraphDisplayerCanvas &, MapStorage &, NewMapWin &, int, bool);
    1.16 +    MapSelector(GraphDisplayerCanvas &, MapStorage &, int, bool);
    1.17  
    1.18      void update_list();
    1.19  
    1.20 @@ -82,8 +81,6 @@
    1.21    ///The \ref MapStorage in which the visualizable maps are stored
    1.22    MapStorage & ms;
    1.23  
    1.24 -  NewMapWin & nmw;
    1.25 -
    1.26    Gtk::Table * table;
    1.27    
    1.28    MapSelector ** e_combo_array, ** n_combo_array;
    1.29 @@ -94,7 +91,7 @@
    1.30  
    1.31  public:
    1.32    ///Constructor of MapWin creates the widgets shown in MapWin.
    1.33 -  MapWin(const std::string& title, MapStorage &, GraphDisplayerCanvas &, NewMapWin &);
    1.34 +  MapWin(const std::string& title, MapStorage &, GraphDisplayerCanvas &);
    1.35  
    1.36    ///This function is created to set the appropriate maps on the newly created node
    1.37    void updateNode(Graph::Node);