summaryrefslogtreecommitdiffstats
path: root/src/client/util/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/util/util.h')
-rw-r--r--src/client/util/util.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/client/util/util.h b/src/client/util/util.h
index 1c91d56..89b19f4 100644
--- a/src/client/util/util.h
+++ b/src/client/util/util.h
@@ -1,14 +1,6 @@
#ifndef UTIL_H_
#define UTIL_H_
-// Helper for getting a settings object in various places, so if you ever change the organization, location,
-// file format or anything, you won't have to edit in 100 places.
-// Use like this:
-// USER_SETTINGS(settings)
-// settings.value("somekey")
-
-#define SYSTEM_SETTINGS(name) QSettings name (QSettings::IniFormat, QSettings::SystemScope, "openslx/pvs2", "pvs2")
-
#include <QDir>
#include <QTextStream>