diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-14 17:22:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-14 17:22:07 +0300 |
commit | 0b3aafe2859d9ea1c4009eed8a87f69c41cbc14b (patch) | |
tree | 5489a0ab504f34e7dcc7c273f274b52c76269206 /src/Makefile.am | |
parent | c23959e3c40e97f9c1aeb9eabc52131b6fa68f2a (diff) | |
download | plus-0b3aafe2859d9ea1c4009eed8a87f69c41cbc14b.tar.gz plus-0b3aafe2859d9ea1c4009eed8a87f69c41cbc14b.tar.bz2 plus-0b3aafe2859d9ea1c4009eed8a87f69c41cbc14b.tar.xz plus-0b3aafe2859d9ea1c4009eed8a87f69c41cbc14b.zip |
Dont use guichan tab and tabbedarea anymore.
It have some methods and widget connections what cant be
changed by overloading.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 38a0f4181..fba5e2cb7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -64,8 +64,6 @@ manaplus_SOURCES += guichan/include/guichan/actionevent.hpp \ guichan/include/guichan/widgets/radiobutton.hpp \ guichan/include/guichan/widgets/scrollarea.hpp \ guichan/include/guichan/widgets/slider.hpp \ - guichan/include/guichan/widgets/tabbedarea.hpp \ - guichan/include/guichan/widgets/tab.hpp \ guichan/include/guichan/widgets/textbox.hpp \ guichan/include/guichan/widgets/textfield.hpp \ guichan/include/guichan/widgets/window.hpp @@ -100,8 +98,6 @@ manaplus_SOURCES += guichan/actionevent.cpp \ guichan/widgets/radiobutton.cpp \ guichan/widgets/scrollarea.cpp \ guichan/widgets/slider.cpp \ - guichan/widgets/tabbedarea.cpp \ - guichan/widgets/tab.cpp \ guichan/widgets/textbox.cpp \ guichan/widgets/textfield.cpp \ guichan/widgets/window.cpp |