aboutsummaryrefslogtreecommitdiff
path: root/common/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/logging.h')
-rw-r--r--common/logging.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/logging.h b/common/logging.h
index 23be7b15..4840a378 100644
--- a/common/logging.h
+++ b/common/logging.h
@@ -63,8 +63,6 @@ public:
static bool useColor; ///< Use simple colors for output (yellow for warnings, red for criticals)
static char *showModule; ///< Show messages \b only from the specified module
static char *hideModule; ///< Hide messages from the specified module
- static QStringList showFeatures; ///< Show messages with \b only the specified features
- static QStringList hideFeatures; ///< Hide messages with the specified features
static bool vanilla; ///< Use vanilla (stripped-down) logging
static void initialize();