No real changes, just removed unused variables from samples.

Don't define constants which are never used to avoid clang
-Wunused-const-variable warnings.
This commit is contained in:
Vadim Zeitlin
2015-04-07 00:05:59 +02:00
parent 3ef04d4474
commit f86e22fc3b
2 changed files with 0 additions and 6 deletions

View File

@@ -227,7 +227,6 @@ enum
};
static const int BITMAP_SIZE_X = 32;
static const int BITMAP_SIZE_Y = 15;
// ----------------------------------------------------------------------------
// event tables and other macros for wxWidgets