diff mainwindow.h @ 162:910c2c5d1873

* Better handling of empty repositories; some tidying & textual fixes
author Chris Cannam
date Fri, 03 Dec 2010 14:43:32 +0000
parents e411bb42d934
children 5c262ac73948
line wrap: on
line diff
--- a/mainwindow.h	Fri Dec 03 13:36:53 2010 +0000
+++ b/mainwindow.h	Fri Dec 03 14:43:32 2010 +0000
@@ -74,7 +74,6 @@
     void hgRemove();
     void hgAdd();
     void hgCommit();
-    void hgFileDiff();
     void hgFolderDiff();
     void hgDiffToCurrent(QString);
     void hgDiffToParent(QString, QString);
@@ -165,7 +164,6 @@
     QAction *hgPushAct;
     QAction *hgPullAct;
     QAction *hgRefreshAct;
-    QAction *hgFileDiffAct;
     QAction *hgFolderDiffAct;
     QAction *hgChgSetDiffAct;
     QAction *hgRevertAct;