Removed cppcheck warnings

Removed unused Interface file
This commit is contained in:
Alexander Bock
2015-02-23 19:08:15 +01:00
parent ec9010a6e9
commit fb2c99b5ed
13 changed files with 26 additions and 196 deletions

View File

@@ -92,6 +92,7 @@ public:
private:
OpenSpaceEngine(std::string programName);
~OpenSpaceEngine();
OpenSpaceEngine(const OpenSpaceEngine& rhs) = delete;
void clearAllWindows();
bool gatherCommandlineArguments();