]> git.saurik.com Git - wxWidgets.git/commitdiff
removed some leftover debugging code
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Wed, 19 Jan 2011 11:30:27 +0000 (11:30 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Wed, 19 Jan 2011 11:30:27 +0000 (11:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/image/image.cpp

index 8d7dae6ce14836925349cde2288a4f15f2bce421..8782d95a24fe3822256b3e7bb0a7a270b7eef894 100644 (file)
@@ -976,9 +976,7 @@ void ImageTestCase::CompareSavedImage()
     CPPUNIT_ASSERT( expected24.IsOk() );
     CPPUNIT_ASSERT( !expected24.HasAlpha() );
 
-    unsigned long numColours = expected24.CountColours();
     wxImage expected8 = expected24.ConvertToGreyscale();
-    numColours = expected8.CountColours();
 
 #if wxUSE_PALETTE
     unsigned char greys[256];