diff options
| author | Emmanuel Pescosta <[email protected]> | 2014-02-11 20:30:50 +0100 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2014-02-11 20:30:50 +0100 |
| commit | c2887688f102d0412ba93c74facd5ed007185e3a (patch) | |
| tree | 1363cc8333a286c6173dc82b113b0a50c084250e /src/views/versioncontrol/updateitemstatesthread.cpp | |
| parent | 502016c1a7dc02b9e7b066b58222d3a204dd92aa (diff) | |
Remove some unused functions.
void KFileItemModel::slotClear(const KUrl& url)
bool UpdateItemsThread::lockPlugin() <- Done with QMutexLocker
void UpdateItemsThread::unlockPlugin()
REVIEW: 115627
Diffstat (limited to 'src/views/versioncontrol/updateitemstatesthread.cpp')
| -rw-r--r-- | src/views/versioncontrol/updateitemstatesthread.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
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<QString, QVector<VersionControlObserver::ItemState> > UpdateItemStatesThread::itemStates() const { return m_itemStates; |
