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 /src/Makefile.am | |
parent | 955a7613d1fe116fe5e1da07a222b6849b3c885c (diff) | |
download | mana-client-9ef72eaa168ca047f91f1dce2d98ef2c243b31c2.tar.gz mana-client-9ef72eaa168ca047f91f1dce2d98ef2c243b31c2.tar.bz2 mana-client-9ef72eaa168ca047f91f1dce2d98ef2c243b31c2.tar.xz mana-client-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 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8f76b06a..aebfdc41 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,8 +15,6 @@ aethyra_SOURCES = gui/widgets/dropdown.cpp \ gui/browserbox.h \ gui/button.cpp \ gui/button.h \ - gui/buttonbox.cpp \ - gui/buttonbox.h \ gui/buy.cpp \ gui/buy.h \ gui/buysell.cpp \ @@ -102,6 +100,8 @@ aethyra_SOURCES = gui/widgets/dropdown.cpp \ gui/progressbar.h \ gui/radiobutton.cpp \ gui/radiobutton.h \ + gui/recorder.cpp \ + gui/recorder.h \ gui/register.cpp \ gui/register.h \ gui/scrollarea.cpp \ @@ -326,8 +326,6 @@ aethyra_SOURCES = gui/widgets/dropdown.cpp \ position.cpp \ position.h \ properties.h \ - recorder.cpp \ - recorder.h \ serverinfo.h \ shopitem.cpp \ shopitem.h \ |