diff options
| author | Christian Klinger | 2016-09-30 12:02:38 +0200 |
|---|---|---|
| committer | Christian Klinger | 2016-09-30 12:02:38 +0200 |
| commit | 877607b07f30cbb8d7d8d06b1b91383095fdc144 (patch) | |
| tree | 4c2ca41db4b9caa8e6c370237771d58bd99d7f13 /src/server/util/util.h | |
| parent | added a pre-commit hook for astyle. (diff) | |
| download | pvs2-877607b07f30cbb8d7d8d06b1b91383095fdc144.tar.gz pvs2-877607b07f30cbb8d7d8d06b1b91383095fdc144.tar.xz pvs2-877607b07f30cbb8d7d8d06b1b91383095fdc144.zip | |
refactoring.
Diffstat (limited to 'src/server/util/util.h')
| -rw-r--r-- | src/server/util/util.h | 16 |
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_ */ |
