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 b6d0e176c0
commit 95d8daae1a
3 changed files with 0 additions and 14 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