Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2011-08-28 10:20:15 +0000
committerStijn Buys <ingar@osirion.org>2011-08-28 10:20:15 +0000
commit1158e624c9daf10b08643b59bcb36dcc1d2caad8 (patch)
treef0498ff6d8ec877354d79287386d18f794250971 /src/client/menuwindow.cc
parent14b2372f1a74198ec4f485f9665ef0acc27ae5e3 (diff)
Removed unnecessary class.
Diffstat (limited to 'src/client/menuwindow.cc')
-rw-r--r--src/client/menuwindow.cc32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/client/menuwindow.cc b/src/client/menuwindow.cc
deleted file mode 100644
index 8ebd0cb..0000000
--- a/src/client/menuwindow.cc
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- client/menuwindow.cc
- This file is part of the Osirion project and is distributed under
- the terms and conditions of the GNU General Public License version 2
-*/
-
-#include "client/menuwindow.h"
-
-namespace client
-{
-
-MenuWindow::MenuWindow(ui::Widget *parent) : ui::Widget(parent)
-{
- set_border(true);
- set_background(true);
-}
-
-MenuWindow::~MenuWindow()
-{
-}
-
-void MenuWindow::resize()
-{
-}
-
-void MainWindow::draw_background()
-{
-
-
-}
-
-}