diff src/mainwindow.h @ 520:a17c06f773cd

idiot -- we don't need to query bookmarks separately, we can just add them to the log template
author Chris Cannam
date Wed, 09 Nov 2011 13:04:00 +0000
parents 000f13faa089
children a4e699d32a9a
line wrap: on
line diff
--- a/src/mainwindow.h	Tue Nov 08 16:42:09 2011 +0000
+++ b/src/mainwindow.h	Wed Nov 09 13:04:00 2011 +0000
@@ -122,7 +122,6 @@
 
 private:
     void hgQueryBranch();
-    void hgQueryBookmarks();
     void hgQueryHeadsActive();
     void hgQueryHeads();
     void hgQueryParents();
@@ -193,7 +192,6 @@
     QString m_currentBranch;
     Changesets m_currentHeads;
     Changesets m_activeHeads;
-    QHash<QString, QStringList> m_bookmarks; // changeset id -> names, not vice versa
     QSet<QString> m_closedHeadIds;
     Changesets m_currentParents;
     int m_commitsSincePush;