diff options
Diffstat (limited to 'src/perform.cpp')
-rw-r--r-- | src/perform.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/perform.cpp b/src/perform.cpp deleted file mode 100644 index c96d70f..0000000 --- a/src/perform.cpp +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | #include "perform.h" | ||
2 | |||
3 | Perform::Perform( const char *sTarget ) : | ||
4 | sTarget( sTarget ) | ||
5 | { | ||
6 | } | ||
7 | |||
8 | Perform::~Perform() | ||
9 | { | ||
10 | } | ||
11 | |||