renamed the src into simplexbmcremote-0.8.1 to simplify package building
[simple-xmbc-rem] / src / constants.h
diff --git a/src/constants.h b/src/constants.h
deleted file mode 100644 (file)
index ce76f3e..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef CONSTANTS_H
-#define CONSTANTS_H
-
-// QCoreApplication info
-#define APPLICATION_NAME "simplexbmcremote"
-#define ORGANIZATION_NAME "Ionutz Borcoman"
-
-// QSettings keys
-#define SETUP_XBMC_SERVER "xbmc/server"
-#define SETUP_XBMC_SERVER_DEFAULT "localhost"
-#define SETUP_XBMC_PORT "xbmc/port"
-#define SETUP_XBMC_PORT_DEFAULT "8080"
-
-#define SETUP_NOTIFICATION_TIMEOUT "notification/timeout"
-#define SETUP_NOTIFICATION_TIMEOUT_DEFAULT 3000
-
-#endif // CONSTANTS_H