summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-08 20:38:41 +0100
committerIra Rice <irarice@gmail.com>2009-01-08 15:13:57 -0700
commit3f8387402ee7b528026450232cb457c8ae1cf4e2 (patch)
tree116b90cd11dd3c7c4b61259ae12418e0e4bb424f /src/Makefile.am
parent6c20e3e7dc031955d30d0edd313254976c36f0d4 (diff)
downloadMana-3f8387402ee7b528026450232cb457c8ae1cf4e2.tar.gz
Mana-3f8387402ee7b528026450232cb457c8ae1cf4e2.tar.bz2
Mana-3f8387402ee7b528026450232cb457c8ae1cf4e2.tar.xz
Mana-3f8387402ee7b528026450232cb457c8ae1cf4e2.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 1d325a84..9d95488d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,8 +5,6 @@ aethyra_SOURCES = gui/widgets/dropdown.cpp \
gui/widgets/layout.h \
gui/widgets/resizegrip.cpp \
gui/widgets/resizegrip.h \
- gui/box.cpp \
- gui/box.h \
gui/browserbox.cpp \
gui/browserbox.h \
gui/button.cpp \
@@ -43,8 +41,6 @@ aethyra_SOURCES = gui/widgets/dropdown.cpp \
gui/gccontainer.h \
gui/gui.cpp \
gui/gui.h \
- gui/hbox.cpp \
- gui/hbox.h \
gui/help.cpp \
gui/help.h \
gui/inttextbox.h \
@@ -145,8 +141,6 @@ aethyra_SOURCES = gui/widgets/dropdown.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 \