]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/versioncontrol/updateitemstatesthread.h
Remove some unused functions.
[dolphin.git] / src / views / versioncontrol / updateitemstatesthread.h
index 0e92a4cfd5e695aaa699b35bf0825fa52acfbecb..5c6c6a20838703c80f3c81c9b9b875312b44c20a 100644 (file)
@@ -50,19 +50,6 @@ public:
                            const QMap<QString, QVector<VersionControlObserver::ItemState> >& itemStates);
     virtual ~UpdateItemStatesThread();
 
-    /**
-     * Whenever the plugin is accessed by the thread creator, lockPlugin() must
-     * be invoked. True is returned, if the plugin could be locked within 300
-     * milliseconds.
-     */
-    bool lockPlugin();
-
-    /**
-     * Must be invoked if lockPlugin() returned true and plugin has been accessed
-     * by the thread creator.
-     */
-    void unlockPlugin();
-
     QMap<QString, QVector<VersionControlObserver::ItemState> > itemStates() const;
 
 protected: