summaryrefslogtreecommitdiff
path: root/src/gui/inventorywindow.cpp
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-01-15 22:58:07 -0700
committerIra Rice <irarice@gmail.com>2009-01-15 22:58:07 -0700
commitecc18d3a2ed44d4b4e6ccfe879771686b2616bb4 (patch)
tree9fd6afb73c8478311bd3d55d519467d8122f5c64 /src/gui/inventorywindow.cpp
parent600e10515e127d6393f0756cb72e5a63303557a2 (diff)
downloadmana-ecc18d3a2ed44d4b4e6ccfe879771686b2616bb4.tar.gz
mana-ecc18d3a2ed44d4b4e6ccfe879771686b2616bb4.tar.bz2
mana-ecc18d3a2ed44d4b4e6ccfe879771686b2616bb4.tar.xz
mana-ecc18d3a2ed44d4b4e6ccfe879771686b2616bb4.zip
A little bit of code cleanup/simplification.
TODO: Figure out how the itempopup transparency is broken and fix it (broken on code import). Best guess would be that the window is attached to a widget which is then attached to a window, causing a break in updates to the transparency code. Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/inventorywindow.cpp')
-rw-r--r--src/gui/inventorywindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/inventorywindow.cpp b/src/gui/inventorywindow.cpp
index f52745bf..8c5edec4 100644
--- a/src/gui/inventorywindow.cpp
+++ b/src/gui/inventorywindow.cpp
@@ -28,7 +28,6 @@
#include "inventorywindow.h"
#include "item_amount.h"
#include "itemcontainer.h"
-#include "itempopup.h"
#include "scrollarea.h"
#include "viewport.h"