summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-08-18 15:09:34 +0300
committerAndrei Karas <akaras@inbox.ru>2013-08-18 15:09:34 +0300
commit924dfdb11eb71a2b45bac78362e7b111b9dfce98 (patch)
tree223c25994fa3c5782c816fab002495eb654f1043 /src/CMakeLists.txt
parent09ec2b1ecc1a812e03878ccc07708a0aad02896a (diff)
downloadplus-924dfdb11eb71a2b45bac78362e7b111b9dfce98.tar.gz
plus-924dfdb11eb71a2b45bac78362e7b111b9dfce98.tar.bz2
plus-924dfdb11eb71a2b45bac78362e7b111b9dfce98.tar.xz
plus-924dfdb11eb71a2b45bac78362e7b111b9dfce98.zip
Remove gcn::SDLGraphics from basic classes.
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 a46683928..160660a0f 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -749,7 +749,6 @@ SET(SRCS_GUICHAN
guichan/include/guichan/rectangle.hpp
guichan/include/guichan/selectionevent.hpp
guichan/include/guichan/selectionlistener.hpp
- guichan/include/guichan/sdl/sdlgraphics.hpp
guichan/include/guichan/sdl/sdlpixel.hpp
guichan/include/guichan/widget.hpp
guichan/include/guichan/widgetlistener.hpp
@@ -784,7 +783,6 @@ SET(SRCS_GUICHAN
guichan/rectangle.cpp
guichan/selectionevent.cpp
guichan/widget.cpp
- guichan/sdl/sdlgraphics.cpp
guichan/widgets/button.cpp
guichan/widgets/checkbox.cpp
guichan/widgets/container.cpp