summaryrefslogtreecommitdiff
path: root/src/gui/itempopup.cpp
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-03-24 22:55:57 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-03-31 17:57:30 +0200
commit9a0f5327c25c57963af837439d23a61c9510a6ac (patch)
treeb185f39126080409d981fd83e657a7e963804b0f /src/gui/itempopup.cpp
parent2053bb3a588b504f255e83b1e7b4f9b935a5cbf3 (diff)
downloadmana-client-9a0f5327c25c57963af837439d23a61c9510a6ac.tar.gz
mana-client-9a0f5327c25c57963af837439d23a61c9510a6ac.tar.bz2
mana-client-9a0f5327c25c57963af837439d23a61c9510a6ac.tar.xz
mana-client-9a0f5327c25c57963af837439d23a61c9510a6ac.zip
Removed the ability to assign custom skins to windows/popups
Old settings are causing it to fall back on the wrong combination of files if old data is in the search path. Reviewed-by: Jared Adams
Diffstat (limited to 'src/gui/itempopup.cpp')
-rw-r--r--src/gui/itempopup.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/itempopup.cpp b/src/gui/itempopup.cpp
index 72a46696..3f22c442 100644
--- a/src/gui/itempopup.cpp
+++ b/src/gui/itempopup.cpp
@@ -68,8 +68,6 @@ ItemPopup::ItemPopup():
add(mItemWeight);
addMouseListener(this);
-
- loadPopupConfiguration();
}
ItemPopup::~ItemPopup()