summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-08 20:38:41 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-08 20:47:05 +0100
commitbbb89909e72ee1d1d5d8d469d505aff3bd5aa23c (patch)
tree29c1feba91142c231f05354a2d2d67a817d8a835 /src/Makefile.am
parent2f28a665e61359dab6aec92546161d22766d838c (diff)
downloadmana-client-bbb89909e72ee1d1d5d8d469d505aff3bd5aa23c.tar.gz
mana-client-bbb89909e72ee1d1d5d8d469d505aff3bd5aa23c.tar.bz2
mana-client-bbb89909e72ee1d1d5d8d469d505aff3bd5aa23c.tar.xz
mana-client-bbb89909e72ee1d1d5d8d469d505aff3bd5aa23c.zip
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.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 0 insertions, 6 deletions
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 \