┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/versioncontrol/fileviewsvnplugin.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-03-25 07:02:02 +0000
committerPeter Penz <[email protected]>2010-03-25 07:02:02 +0000
commit16f1ade812160c5ceb5b690c57a7a9d1bf91352f (patch)
tree041ed253ee88f6074c54e34de26da0bec387c641 /src/versioncontrol/fileviewsvnplugin.h
parentd197a7e5319cb86ab3479c23828af226365d6049 (diff)
Remove the redundant m_versionInfoKeys member, just iterate the hash table instead
svn path=/trunk/KDE/kdebase/apps/; revision=1107255
Diffstat (limited to 'src/versioncontrol/fileviewsvnplugin.h')
-rw-r--r--src/versioncontrol/fileviewsvnplugin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/versioncontrol/fileviewsvnplugin.h b/src/versioncontrol/fileviewsvnplugin.h
index e94c3ebcb..854652329 100644
--- a/src/versioncontrol/fileviewsvnplugin.h
+++ b/src/versioncontrol/fileviewsvnplugin.h
@@ -74,7 +74,6 @@ private:
private:
bool m_pendingOperation;
QHash<QString, VersionState> m_versionInfoHash;
- QList<QString> m_versionInfoKeys; // cache for accessing the keys of the hash
QAction* m_updateAction;
QAction* m_showLocalChangesAction;