aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarja Hassinen <marja.hassinen@nokia.com>2010-09-13 13:59:06 +0300
committerMarja Hassinen <marja.hassinen@nokia.com>2010-09-13 13:59:06 +0300
commit8b94193eb6e85bd41d50c3d6ea276a9f22e38ada (patch)
tree644c67d6c9cf3911278f3667865eb4bb2b4ef589
parent39ad723099b9699312fc285f1d42ed7a7fc2ac26 (diff)
Oops, removing static QStringLists from the header file, too.
-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();