renamed the src into simplexbmcremote-0.8.1 to simplify package building
[simple-xmbc-rem] / src / genericnotify.h
diff --git a/src/genericnotify.h b/src/genericnotify.h
deleted file mode 100644 (file)
index 8a3143c..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef GENERIC_NOTIFY_H
-#define GENERIC_NOTIFY_H
-
-#include <QString>
-
-namespace notify
-{
-    void init();
-    void notify(const QString& msg);
-}
-
-#endif // GENERIC_NOTIFY_H