summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2010-09-16 08:36:22 (GMT)
committerBradley T. Hughes <bradley.hughes@nokia.com>2010-12-20 14:23:31 (GMT)
commitdf5403e48df3ab57924a6b85d9cbaa95e3c5e766 (patch)
tree43eae5b4fd6cf40efef728fbbe93b6c29720f2af /src
parente679392978c21266ec0bf6f960ab8c5f0621e18b (diff)
downloadQt-df5403e48df3ab57924a6b85d9cbaa95e3c5e766.zip
Qt-df5403e48df3ab57924a6b85d9cbaa95e3c5e766.tar.gz
Qt-df5403e48df3ab57924a6b85d9cbaa95e3c5e766.tar.bz2
Removed QMutexPrivate::self() declaration
This function is not used or implemented anywhere. Reviewed-by: joao
Diffstat (limited to 'src')
-rw-r--r--src/corelib/thread/qmutex_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/thread/qmutex_p.h b/src/corelib/thread/qmutex_p.h
index 6126423..57a6062 100644
--- a/src/corelib/thread/qmutex_p.h
+++ b/src/corelib/thread/qmutex_p.h
@@ -65,7 +65,6 @@ public:
QMutexPrivate(QMutex::RecursionMode mode);
~QMutexPrivate();
- ulong self();
bool wait(int timeout = -1);
void wakeUp();