summaryrefslogtreecommitdiff
path: root/tmw.cbp
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 /tmw.cbp
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 'tmw.cbp')
-rw-r--r--tmw.cbp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tmw.cbp b/tmw.cbp
index f3dc7258..3b9a0993 100644
--- a/tmw.cbp
+++ b/tmw.cbp
@@ -99,8 +99,6 @@
<Unit filename="src\game.h" />
<Unit filename="src\graphics.cpp" />
<Unit filename="src\graphics.h" />
- <Unit filename="src\gui\box.cpp" />
- <Unit filename="src\gui\box.h" />
<Unit filename="src\gui\browserbox.cpp" />
<Unit filename="src\gui\browserbox.h" />
<Unit filename="src\gui\buddywindow.cpp" />
@@ -135,8 +133,6 @@
<Unit filename="src\gui\gccontainer.h" />
<Unit filename="src\gui\gui.cpp" />
<Unit filename="src\gui\gui.h" />
- <Unit filename="src\gui\hbox.cpp" />
- <Unit filename="src\gui\hbox.h" />
<Unit filename="src\gui\help.cpp" />
<Unit filename="src\gui\help.h" />
<Unit filename="src\gui\inttextbox.cpp" />
@@ -224,8 +220,6 @@
<Unit filename="src\gui\truetypefont.h" />
<Unit filename="src\gui\updatewindow.cpp" />
<Unit filename="src\gui\updatewindow.h" />
- <Unit filename="src\gui\vbox.cpp" />
- <Unit filename="src\gui\vbox.h" />
<Unit filename="src\gui\viewport.cpp" />
<Unit filename="src\gui\viewport.h" />
<Unit filename="src\gui\widgets\resizegrip.cpp" />