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.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/views/versioncontrol/updateitemstatesthread.cpp') diff --git a/src/views/versioncontrol/updateitemstatesthread.cpp b/src/views/versioncontrol/updateitemstatesthread.cpp index 6bc389098..6457f607d 100644 --- a/src/views/versioncontrol/updateitemstatesthread.cpp +++ b/src/views/versioncontrol/updateitemstatesthread.cpp @@ -70,16 +70,6 @@ void UpdateItemStatesThread::run() } } -bool UpdateItemStatesThread::lockPlugin() -{ - return m_globalPluginMutex->tryLock(300); -} - -void UpdateItemStatesThread::unlockPlugin() -{ - m_globalPluginMutex->unlock(); -} - QMap > UpdateItemStatesThread::itemStates() const { return m_itemStates; -- cgit v1.3