diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-05-19 10:48:18 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-05-19 10:48:18 +0000 |
commit | 0c869fc47a30616967cb8b69af9ec772566d7076 (patch) | |
tree | 7202c51c95648dd3862a57f21eb82fc9cc0b7b69 /src/Makefile.am | |
parent | 8d3028707f0c5b65c3a78178f63a0cccc9a0c9a8 (diff) | |
download | mana-client-0c869fc47a30616967cb8b69af9ec772566d7076.tar.gz mana-client-0c869fc47a30616967cb8b69af9ec772566d7076.tar.bz2 mana-client-0c869fc47a30616967cb8b69af9ec772566d7076.tar.xz mana-client-0c869fc47a30616967cb8b69af9ec772566d7076.zip |
Removed the PopupBox class and used gcn::DropDown instead. It has clipping
issues, but it would be better to fix those instead of using this complicated
workaround.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f69caaf5..97767896 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -78,8 +78,6 @@ tmw_SOURCES = gui/widgets/resizegrip.cpp \ gui/passwordfield.h \ gui/playerbox.cpp \ gui/playerbox.h \ - gui/popup_box.cpp \ - gui/popup_box.h \ gui/popupmenu.cpp \ gui/popupmenu.h \ gui/progressbar.cpp \ |