diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-14 18:05:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-14 18:05:22 +0300 |
commit | 7b6e1592f9d969cad8cd85598250000e1628d70c (patch) | |
tree | adb36f2a39d63a7e28c14e6af812cd231facb800 /src/test | |
parent | 7c679a6608685c444c8f7d925fbd648ff3ac51c8 (diff) | |
download | plus-7b6e1592f9d969cad8cd85598250000e1628d70c.tar.gz plus-7b6e1592f9d969cad8cd85598250000e1628d70c.tar.bz2 plus-7b6e1592f9d969cad8cd85598250000e1628d70c.tar.xz plus-7b6e1592f9d969cad8cd85598250000e1628d70c.zip |
Fix compilation warnings.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/testlauncher.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/testlauncher.cpp b/src/test/testlauncher.cpp index 117793867..c1bde0810 100644 --- a/src/test/testlauncher.cpp +++ b/src/test/testlauncher.cpp @@ -195,11 +195,9 @@ int TestLauncher::testFps2() Wallpaper::loadWallpapers(); Wallpaper::getWallpaper(800, 600); Image *img[1]; - const int sz = 4; img[0] = Theme::getImageFromTheme("graphics/images/login_wallpaper.png"); mainGraphics->drawImage(img[0], 0, 0); - int idx = 0; const int cnt = 500; |