diff mainwindow.h @ 169:c7fa56707ae9

* Status text updates
author Chris Cannam
date Tue, 14 Dec 2010 20:36:30 +0000
parents 4bad3c5c053a
children b6dd1ee0e486
line wrap: on
line diff
--- a/mainwindow.h	Tue Dec 14 17:20:10 2010 +0000
+++ b/mainwindow.h	Tue Dec 14 20:36:30 2010 +0000
@@ -154,8 +154,6 @@
     bool localRepoActionsEnabled;
 
     //File menu actions
-    QAction *hgInitAct;
-    QAction *hgCloneFromRemoteAct;
     QAction *openAct;
     QAction *settingsAct;
     QAction *exitAct;
@@ -175,7 +173,6 @@
     QAction *hgMergeAct;
     QAction *hgUpdateToRevAct;
     QAction *hgAnnotateAct;
-    QAction *hgTagAct;
     QAction *hgIgnoreAct;
     QAction *hgServeAct;
 
@@ -186,7 +183,6 @@
 
     //Help menu actions
     QAction *aboutAct;
-    QAction *aboutQtAct;
 
     // Other actions
     QAction *clearSelectionsAct;