summaryrefslogtreecommitdiff
path: root/src/resources/imageloader.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-03-16 14:28:45 +0200
committerAndrei Karas <akaras@inbox.ru>2011-03-16 14:28:45 +0200
commit59dc0bffc0f754de8daed29bce3a48e90ea6b4fb (patch)
tree7cd423679a60e25b29318d7a87f367729f8d5fdf /src/resources/imageloader.cpp
parentfbf665912933d10d9132b17802949149d9094fdd (diff)
downloadplus-59dc0bffc0f754de8daed29bce3a48e90ea6b4fb.tar.gz
plus-59dc0bffc0f754de8daed29bce3a48e90ea6b4fb.tar.bz2
plus-59dc0bffc0f754de8daed29bce3a48e90ea6b4fb.tar.xz
plus-59dc0bffc0f754de8daed29bce3a48e90ea6b4fb.zip
Add checks and fix some code style.
Diffstat (limited to 'src/resources/imageloader.cpp')
-rw-r--r--src/resources/imageloader.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resources/imageloader.cpp b/src/resources/imageloader.cpp
index 0446e9047..d0c82c09f 100644
--- a/src/resources/imageloader.cpp
+++ b/src/resources/imageloader.cpp
@@ -63,7 +63,6 @@ int ProxyImage::getWidth() const
return mImage->getWidth();
else
return 0;
-// return mSDLImage ? mSDLImage->w : mImage->getWidth();
}
int ProxyImage::getHeight() const