diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2010-03-24 22:55:57 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2010-03-31 17:57:30 +0200 |
commit | 9a0f5327c25c57963af837439d23a61c9510a6ac (patch) | |
tree | b185f39126080409d981fd83e657a7e963804b0f /src/gui/textpopup.cpp | |
parent | 2053bb3a588b504f255e83b1e7b4f9b935a5cbf3 (diff) | |
download | mana-9a0f5327c25c57963af837439d23a61c9510a6ac.tar.gz mana-9a0f5327c25c57963af837439d23a61c9510a6ac.tar.bz2 mana-9a0f5327c25c57963af837439d23a61c9510a6ac.tar.xz mana-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/textpopup.cpp')
-rw-r--r-- | src/gui/textpopup.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/textpopup.cpp b/src/gui/textpopup.cpp index aa688987..6aeae319 100644 --- a/src/gui/textpopup.cpp +++ b/src/gui/textpopup.cpp @@ -49,8 +49,6 @@ TextPopup::TextPopup(): add(mText1); add(mText2); addMouseListener(this); - - loadPopupConfiguration(); } TextPopup::~TextPopup() |