]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/versioncontrol/updateitemstatesthread.h
Remove the "retrieved items" code from UpdateItemStatesThread and VersionControlObserver.
[dolphin.git] / src / views / versioncontrol / updateitemstatesthread.h
index 2914bc2b747329dfb069a33c8ea66d8c5c3f3882..0e92a4cfd5e695aaa699b35bf0825fa52acfbecb 100644 (file)
@@ -65,8 +65,6 @@ public:
 
     QMap<QString, QVector<VersionControlObserver::ItemState> > itemStates() const;
 
-    bool retrievedItems() const;
-
 protected:
     virtual void run();
 
@@ -74,7 +72,6 @@ private:
     QMutex* m_globalPluginMutex; // Protects the m_plugin globally
     KVersionControlPlugin* m_plugin;
 
-    bool m_retrievedItems;
     QMap<QString, QVector<VersionControlObserver::ItemState> > m_itemStates;
 };