diff -r 125c56c1efda -r c220f9de6545 design_win.h --- a/design_win.h Thu Mar 01 08:07:39 2007 +0000 +++ b/design_win.h Thu Mar 01 13:33:46 2007 +0000 @@ -19,8 +19,6 @@ #ifndef DESWIN_H #define DESWIN_H -class NoteBookTab; - #include #include #include @@ -28,9 +26,6 @@ class DesignWin : public Gtk::Window { private: - ///\ref NoteBookTab to that the \ref MapWin belongs to. - NoteBookTab & mytab; - Gtk::SpinButton * attraction; Gtk::SpinButton * propulsation; Gtk::SpinButton * iteration; @@ -54,7 +49,7 @@ ///Constructor ///It builds the window. - DesignWin(const std::string&, double, double, int, NoteBookTab & mw); + DesignWin(const std::string&, double, double, int); sigc::signal signal_attraction(){return signal_attraction_ch;}; sigc::signal signal_propulsation(){return signal_propulsation_ch;};