summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-09-28 01:01:23 +0300
committerAndrei Karas <akaras@inbox.ru>2012-09-28 01:01:23 +0300
commit282101785316498f3d7f194e94815608d39017b7 (patch)
tree5ffbad08fa15a43706ca11e48630a0cd3757de16 /src/CMakeLists.txt
parent32fd328d1a495686e24a11608638c92b3f396262 (diff)
downloadplus-282101785316498f3d7f194e94815608d39017b7.tar.gz
plus-282101785316498f3d7f194e94815608d39017b7.tar.bz2
plus-282101785316498f3d7f194e94815608d39017b7.tar.xz
plus-282101785316498f3d7f194e94815608d39017b7.zip
remove unused guichan class.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 415cd6dfb..f8255c7a2 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -672,7 +672,6 @@ SET(SRCS_GUICHAN
guichan/include/guichan/selectionevent.hpp
guichan/include/guichan/selectionlistener.hpp
guichan/include/guichan/sdl/sdlgraphics.hpp
- guichan/include/guichan/sdl/sdlimage.hpp
guichan/include/guichan/sdl/sdlpixel.hpp
guichan/include/guichan/widget.hpp
guichan/include/guichan/widgetlistener.hpp
@@ -711,7 +710,6 @@ SET(SRCS_GUICHAN
guichan/selectionevent.cpp
guichan/widget.cpp
guichan/sdl/sdlgraphics.cpp
- guichan/sdl/sdlimage.cpp
guichan/widgets/button.cpp
guichan/widgets/checkbox.cpp
guichan/widgets/container.cpp