From c2887688f102d0412ba93c74facd5ed007185e3a Mon Sep 17 00:00:00 2001 From: Emmanuel Pescosta Date: Tue, 11 Feb 2014 20:30:50 +0100 Subject: Remove some unused functions. void KFileItemModel::slotClear(const KUrl& url) bool UpdateItemsThread::lockPlugin() <- Done with QMutexLocker void UpdateItemsThread::unlockPlugin() REVIEW: 115627 --- src/views/versioncontrol/updateitemstatesthread.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/views/versioncontrol/updateitemstatesthread.h') diff --git a/src/views/versioncontrol/updateitemstatesthread.h b/src/views/versioncontrol/updateitemstatesthread.h index 0e92a4cfd..5c6c6a208 100644 --- a/src/views/versioncontrol/updateitemstatesthread.h +++ b/src/views/versioncontrol/updateitemstatesthread.h @@ -50,19 +50,6 @@ public: const QMap >& 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 > itemStates() const; protected: -- cgit v1.3.1