summaryrefslogtreecommitdiff
path: root/libsowatch/watchsimulator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libsowatch/watchsimulator.cpp')
-rw-r--r--libsowatch/watchsimulator.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/libsowatch/watchsimulator.cpp b/libsowatch/watchsimulator.cpp
deleted file mode 100644
index 47496f2..0000000
--- a/libsowatch/watchsimulator.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <QtGui/QPainter>
-
-#include "watchsimulator.h"
-
-using namespace sowatch;
-
-WatchSimulator::WatchSimulator(QObject* parent) :
- Watch(parent)
-{
-
-}