diff -r 382a444f5b0c -r a6931cd6309a mainwindow.h --- a/mainwindow.h Thu May 14 12:42:58 2009 +0000 +++ b/mainwindow.h Fri May 15 15:22:15 2009 +0000 @@ -42,9 +42,6 @@ void setProgressValue (int v); void removeProgressBar(); -private: - VymView* createView (VymModel*); - public slots: void fileNew(); void fileNewCopy(); @@ -159,12 +156,6 @@ void editDeleteKeepChildren(); void editDeleteChildren(); void editDeleteSelection(); - void editUpperBranch(); - void editLowerBranch(); - void editLeftBranch(); - void editRightBranch(); - void editFirstBranch(); - void editLastBranch(); void editLoadImage(); void editSaveImage(); void editFollowXLink (QAction *); @@ -317,8 +308,6 @@ QAction *actionImportAdd; QAction *actionImportReplace; QAction *actionSaveBranch; - QAction *actionSelectFirst; - QAction *actionSelectLast; QAction *actionLoadImage; QAction* actionFormatColor;