aboutsummaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'global.h')
-rw-r--r--global.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/global.h b/global.h
deleted file mode 100644
index 6a5fded5..00000000
--- a/global.h
+++ /dev/null
@@ -1,10 +0,0 @@
-//===========================================
-// Lumina-DE source code
-// Copyright (c) 2014, Christopher Roy Bratusek
-// Available under the 3-clause BSD license
-// See the LICENSE file for full details
-//===========================================
-
-#ifndef PREFIX
- #define PREFIX QString("/usr/local")
-#endif
bgstack15