From bbb89909e72ee1d1d5d8d469d505aff3bd5aa23c Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Thu, 8 Jan 2009 20:38:41 +0100 Subject: Removed the unused Box, VBox and HBox classes They were once meant for doing layout, but never used and the way they're implemented they would be relayouting with every draw, which isn't really nice. --- src/Makefile.am | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 08ce3041..d882f426 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,8 +5,6 @@ tmw_SOURCES = gui/widgets/layout.cpp \ gui/widgets/layout.h \ gui/widgets/resizegrip.cpp \ gui/widgets/resizegrip.h \ - gui/box.h \ - gui/box.cpp \ gui/browserbox.cpp \ gui/browserbox.h \ gui/buddywindow.cpp \ @@ -41,8 +39,6 @@ tmw_SOURCES = gui/widgets/layout.cpp \ gui/gccontainer.h \ gui/gui.cpp \ gui/gui.h \ - gui/hbox.h \ - gui/hbox.cpp \ gui/help.cpp \ gui/help.h \ gui/inttextbox.h \ @@ -131,8 +127,6 @@ tmw_SOURCES = gui/widgets/layout.cpp \ gui/trade.h \ gui/updatewindow.h \ gui/updatewindow.cpp \ - gui/vbox.h \ - gui/vbox.cpp \ gui/viewport.cpp \ gui/viewport.h \ gui/window.cpp \ -- cgit v1.2.3-70-g09d2