summaryrefslogtreecommitdiff
path: root/src/interface/Window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface/Window.cpp')
-rw-r--r--src/interface/Window.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/interface/Window.cpp b/src/interface/Window.cpp
deleted file mode 100644
index 624bf9a..0000000
--- a/src/interface/Window.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * Window.cpp
- *
- * Created on: Jan 8, 2012
- * Author: Simon
- */
-
-#include "interface/Window.h"
-
-namespace ui {
-
-Window::Window():
- State(width, height)
-{
- // TODO Auto-generated constructor stub
-
-}
-
-Window::~Window() {
- // TODO Auto-generated destructor stub
-}
-
-} /* namespace ui */