summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-07-31 17:55:40 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-08-12 21:53:47 +0200
commitfa7cdef831e160a275c4612a5bd4274a1fe095ea (patch)
treef49286e9e2c3428a67b2ac54593ba24fcad610af /src/CMakeLists.txt
parentdfb24aff4c683471fec95392a9d3a46687f40f28 (diff)
downloadMana-fa7cdef831e160a275c4612a5bd4274a1fe095ea.tar.gz
Mana-fa7cdef831e160a275c4612a5bd4274a1fe095ea.tar.bz2
Mana-fa7cdef831e160a275c4612a5bd4274a1fe095ea.tar.xz
Mana-fa7cdef831e160a275c4612a5bd4274a1fe095ea.zip
Removed ImageLoader and ProxyImage classes
They allowed using gcn::Image, which in turns allows using gcn::Icon and gcn::ImageFont, but none of this is actually used anymore. Reviewed-by: Erik Schilling
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 9501b617..b9aa6bb7 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -375,8 +375,6 @@ SET(SRCS
resources/hairdb.h
resources/image.cpp
resources/image.h
- resources/imageloader.cpp
- resources/imageloader.h
resources/imageset.h
resources/imageset.cpp
resources/imagewriter.cpp