diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-24 13:26:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-24 13:31:01 +0300 |
commit | bd231fc40ca54f7dd2e091c5ab414f4cebb3b05e (patch) | |
tree | f5bd340d41e7d0d7dda89c2c614ad1e5ff44fbc1 /src/Makefile.am | |
parent | 64ed19bc03e994b54abc39532c72ed6e374948b9 (diff) | |
download | plus-bd231fc40ca54f7dd2e091c5ab414f4cebb3b05e.tar.gz plus-bd231fc40ca54f7dd2e091c5ab414f4cebb3b05e.tar.bz2 plus-bd231fc40ca54f7dd2e091c5ab414f4cebb3b05e.tar.xz plus-bd231fc40ca54f7dd2e091c5ab414f4cebb3b05e.zip |
Remove unused guichan classes.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 11e9da603..0c86b8594 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,7 +29,6 @@ manaplus_SOURCES += guichan/include/guichan/actionevent.hpp \ guichan/include/guichan/cliprectangle.hpp \ guichan/include/guichan/color.hpp \ guichan/include/guichan/deathlistener.hpp \ - guichan/include/guichan/defaultfont.hpp \ guichan/include/guichan/event.hpp \ guichan/include/guichan/exception.hpp \ guichan/include/guichan/focushandler.hpp \ @@ -38,7 +37,6 @@ manaplus_SOURCES += guichan/include/guichan/actionevent.hpp \ guichan/include/guichan/graphics.hpp \ guichan/include/guichan/gui.hpp \ guichan/include/guichan/image.hpp \ - guichan/include/guichan/imageloader.hpp \ guichan/include/guichan/input.hpp \ guichan/include/guichan/inputevent.hpp \ guichan/include/guichan/key.hpp \ @@ -62,7 +60,6 @@ manaplus_SOURCES += guichan/include/guichan/actionevent.hpp \ guichan/include/guichan/widgets/checkbox.hpp \ guichan/include/guichan/widgets/container.hpp \ guichan/include/guichan/widgets/dropdown.hpp \ - guichan/include/guichan/widgets/icon.hpp \ guichan/include/guichan/widgets/label.hpp \ guichan/include/guichan/widgets/listbox.hpp \ guichan/include/guichan/widgets/radiobutton.hpp \ @@ -78,7 +75,6 @@ manaplus_SOURCES += guichan/actionevent.cpp \ guichan/basiccontainer.cpp \ guichan/cliprectangle.cpp \ guichan/color.cpp \ - guichan/defaultfont.cpp \ guichan/event.cpp \ guichan/exception.cpp \ guichan/focushandler.cpp \ @@ -101,7 +97,6 @@ manaplus_SOURCES += guichan/actionevent.cpp \ guichan/widgets/checkbox.cpp \ guichan/widgets/container.cpp \ guichan/widgets/dropdown.cpp \ - guichan/widgets/icon.cpp \ guichan/widgets/label.cpp \ guichan/widgets/listbox.cpp \ guichan/widgets/radiobutton.cpp \ |