diff options
author | lloyd <[email protected]> | 2012-04-23 13:20:03 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-04-23 13:20:03 +0000 |
commit | 1ffda187674d4ca21f294a4080f52182b5f4a6ed (patch) | |
tree | 5cb28c32470f77bae172899f2b66aed562d24d4e /src/mutex/qt_mutex/info.txt | |
parent | cd82d3641c891ef6e446cdfe584dbd936f6a564d (diff) |
Patrick Pelletier pointed out the hook for Qt_Mutex in libstate.cpp
was broken, and after fixing that and trying to compile the module it
becamse clear that the Qt mutex did not work at all with recent Qt
versions. Taking this as a clear indicator that it is not being used,
remove it.
Diffstat (limited to 'src/mutex/qt_mutex/info.txt')
-rw-r--r-- | src/mutex/qt_mutex/info.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/mutex/qt_mutex/info.txt b/src/mutex/qt_mutex/info.txt deleted file mode 100644 index 7b014f886..000000000 --- a/src/mutex/qt_mutex/info.txt +++ /dev/null @@ -1,17 +0,0 @@ -define MUTEX_QT - -load_on request - -<source> -mux_qt.cpp -</source> - -<header:internal> -mux_qt.h -</header:internal> - -# I think we want to always use qt-mt, not qt -- not much point in supporting -# mutexes in a single threaded application, after all. -<libs> -all -> qt-mt -</libs> |