From 594df164a23b4a0824a4ef4a16dd0aad9ca95645 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Sat, 29 Nov 2014 19:04:25 +0100 Subject: [PATCH] * Remove unused members. Re-added by mistake during merge. Discussed here: https://dev.vatsim-germany.org/boards/22/topics/2124?r=2138#message-2138 --- src/blackcore/context_runtime.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/blackcore/context_runtime.h b/src/blackcore/context_runtime.h index 9f143068a..0adeecc3e 100644 --- a/src/blackcore/context_runtime.h +++ b/src/blackcore/context_runtime.h @@ -157,24 +157,6 @@ namespace BlackCore QDBusConnection m_dbusConnection = QDBusConnection("default"); bool m_initDBusConnection = false; - // logging on signals / slots - bool m_signalLogApplication = false; - bool m_signalLogAudio = false; - bool m_signalLogNetwork = false; - bool m_signalLogOwnAircraft = false; - bool m_signalLogSettings = false; - bool m_signalLogSimulator = false; - bool m_slotLogApplication = false; - bool m_slotLogAudio = false; - bool m_slotLogNetwork = false; - bool m_slotLogOwnAircraft = false; - bool m_slotLogSettings = false; - bool m_slotLogSimulator = false; - QMultiMap m_logSignalConnections; - - // thread safety for logging - mutable QReadWriteLock m_lock; - // contexts: // There is a reason why we do not use smart pointers here. When the context is deleted // we need to use deleteLater to gracefully shut the context