diff options
author | Ira Rice <irarice@gmail.com> | 2009-01-27 15:10:02 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-27 15:10:02 -0700 |
commit | 9ef72eaa168ca047f91f1dce2d98ef2c243b31c2 (patch) | |
tree | 635b05e7026efd75f1e1c56e0aa74efe09be8122 /aethyra.cbp | |
parent | 955a7613d1fe116fe5e1da07a222b6849b3c885c (diff) | |
download | mana-9ef72eaa168ca047f91f1dce2d98ef2c243b31c2.tar.gz mana-9ef72eaa168ca047f91f1dce2d98ef2c243b31c2.tar.bz2 mana-9ef72eaa168ca047f91f1dce2d98ef2c243b31c2.tar.xz mana-9ef72eaa168ca047f91f1dce2d98ef2c243b31c2.zip |
Removed the fairly useless buttonbox class, as well as removing the
recorder's dependence upon it. This class should get a bit more work
done to it to simplify it further, but right now, it preserves all of
the same functionality.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'aethyra.cbp')
-rw-r--r-- | aethyra.cbp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/aethyra.cbp b/aethyra.cbp index ebda9029..2ee2501b 100644 --- a/aethyra.cbp +++ b/aethyra.cbp @@ -119,8 +119,6 @@ <Unit filename="src\gui\browserbox.h" /> <Unit filename="src\gui\button.cpp" /> <Unit filename="src\gui\button.h" /> - <Unit filename="src\gui\buttonbox.cpp" /> - <Unit filename="src\gui\buttonbox.h" /> <Unit filename="src\gui\buy.cpp" /> <Unit filename="src\gui\buy.h" /> <Unit filename="src\gui\buysell.cpp" /> @@ -206,6 +204,8 @@ <Unit filename="src\gui\radiobutton.h" /> <Unit filename="src\gui\register.cpp" /> <Unit filename="src\gui\register.h" /> + <Unit filename="src\gui\recorder.cpp" /> + <Unit filename="src\gui\recorder.h" /> <Unit filename="src\gui\scrollarea.cpp" /> <Unit filename="src\gui\scrollarea.h" /> <Unit filename="src\gui\sdlinput.cpp" /> @@ -358,8 +358,6 @@ <Unit filename="src\position.cpp" /> <Unit filename="src\position.h" /> <Unit filename="src\properties.h" /> - <Unit filename="src\recorder.cpp" /> - <Unit filename="src\recorder.h" /> <Unit filename="src\resources\action.cpp" /> <Unit filename="src\resources\action.h" /> <Unit filename="src\resources\ambientoverlay.cpp" /> |