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:
@@ -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
|
||||
|
Reference in New Issue
Block a user