summaryrefslogtreecommitdiffstats
path: root/src/server/util/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/util/util.h')
-rw-r--r--src/server/util/util.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/server/util/util.h b/src/server/util/util.h
deleted file mode 100644
index e7a918b..0000000
--- a/src/server/util/util.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#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:
-// settings.value("somekey")
-
-#define CERTSTORAGE ".config/openslx/pvs2/"
-
-namespace Util
-{
-
-}
-
-#endif /* UTIL_H_ */