mainwindow.h
changeset 769 a6931cd6309a
parent 767 6d2b32f305f9
child 772 e3f722759c7e
     1.1 --- a/mainwindow.h	Thu May 14 12:42:58 2009 +0000
     1.2 +++ b/mainwindow.h	Fri May 15 15:22:15 2009 +0000
     1.3 @@ -42,9 +42,6 @@
     1.4  	void setProgressValue (int v);
     1.5  	void removeProgressBar();
     1.6  
     1.7 -private:
     1.8 -	VymView* createView (VymModel*);
     1.9 -
    1.10  public slots:
    1.11      void fileNew();
    1.12      void fileNewCopy();
    1.13 @@ -159,12 +156,6 @@
    1.14      void editDeleteKeepChildren();
    1.15      void editDeleteChildren();
    1.16      void editDeleteSelection();
    1.17 -    void editUpperBranch();
    1.18 -    void editLowerBranch();
    1.19 -    void editLeftBranch();
    1.20 -    void editRightBranch();
    1.21 -    void editFirstBranch();
    1.22 -    void editLastBranch();
    1.23      void editLoadImage();
    1.24      void editSaveImage();
    1.25      void editFollowXLink (QAction *);
    1.26 @@ -317,8 +308,6 @@
    1.27  	QAction *actionImportAdd;
    1.28  	QAction *actionImportReplace;
    1.29  	QAction *actionSaveBranch;
    1.30 -	QAction *actionSelectFirst;
    1.31 -	QAction *actionSelectLast;
    1.32  	QAction *actionLoadImage;
    1.33  
    1.34  	QAction* actionFormatColor;