diff -r 121452cc4096 -r 9a0e6e92d06c main_win.h --- a/main_win.h Wed Jul 27 11:35:13 2005 +0000 +++ b/main_win.h Thu Jul 28 14:31:32 2005 +0000 @@ -7,7 +7,6 @@ #include #include #include -#include #include #include @@ -27,9 +26,6 @@ ///Window of map-showing setup. Its type is \ref MapWin MapWin mapwin; - ///Window of editorial tools. Its type is \ref EditWin - EditWin editwin; - ///We need to store newmapwin, to be able to set the appropriate values for properties of new map. NewMapWin newmapwin; @@ -45,10 +41,6 @@ ///Container Gtk::VBox vbox; - ///This function makes map-setup window popped up. - virtual void showMaps(); - ///This function makes editorial window popped up. - virtual void showEditorials(); ///Callback for 'FileNew' action. virtual void newFile(); ///Callback for 'FileOpen' action. @@ -57,8 +49,6 @@ virtual void saveFile(); ///Callback for 'FileSaveAs' action. virtual void saveFileAs(); - ///Callback for 'Quit' action. - virtual void quit(); }; #endif //MAIN_WIN_H