Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/inventorymenu.cc')
-rw-r--r--src/client/inventorymenu.cc19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/client/inventorymenu.cc b/src/client/inventorymenu.cc
deleted file mode 100644
index 435c3b2..0000000
--- a/src/client/inventorymenu.cc
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- client/inventorymenu.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/inventorymenu.h"
-
-namespace client {
-
-InventoryWindow::InventoryWindow(ui::Widget *parent) : ui::Window(parent)
-{
-}
-
-InventoryWindow::~InventoryWindow()
-{
-}
-
-} // namespace client