diff -r 4042761b21e3 -r e9f8f44f12a3 map_win.h --- a/map_win.h Mon Nov 21 12:07:05 2005 +0000 +++ b/map_win.h Mon Nov 21 18:03:20 2005 +0000 @@ -24,7 +24,6 @@ GraphDisplayerCanvas & gdc; ///The \ref MapStorage in which the visualizable maps are stored MapStorage & ms; - NewMapWin & nmw; int id; @@ -48,7 +47,7 @@ public: - MapSelector(GraphDisplayerCanvas &, MapStorage &, NewMapWin &, int, bool); + MapSelector(GraphDisplayerCanvas &, MapStorage &, int, bool); void update_list(); @@ -82,8 +81,6 @@ ///The \ref MapStorage in which the visualizable maps are stored MapStorage & ms; - NewMapWin & nmw; - Gtk::Table * table; MapSelector ** e_combo_array, ** n_combo_array; @@ -94,7 +91,7 @@ public: ///Constructor of MapWin creates the widgets shown in MapWin. - MapWin(const std::string& title, MapStorage &, GraphDisplayerCanvas &, NewMapWin &); + MapWin(const std::string& title, MapStorage &, GraphDisplayerCanvas &); ///This function is created to set the appropriate maps on the newly created node void updateNode(Graph::Node);