moved the source back to src
[simple-xmbc-rem] / simplexbmcremote-0.8.1 / constants.h
diff --git a/simplexbmcremote-0.8.1/constants.h b/simplexbmcremote-0.8.1/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