summaryrefslogtreecommitdiff
path: root/mediaoverrider/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mediaoverrider/main.cpp')
-rw-r--r--mediaoverrider/main.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/mediaoverrider/main.cpp b/mediaoverrider/main.cpp
deleted file mode 100644
index db13d33..0000000
--- a/mediaoverrider/main.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "mediaoverrider.h"
-
-int main(int argc, char **argv)
-{
- MediaOverrider app(argc, argv);
-// MApplication app(argc, argv);
-
- return app.run();
-}
-