[Scummvm-git-logs] scummvm master -> 49053f2b9bbf691c88a5b6485f9d942c750851d3
bluegr
bluegr at gmail.com
Sat Apr 10 12:29:10 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
49053f2b9b GRAPHICS: Remove unused const
Commit: 49053f2b9bbf691c88a5b6485f9d942c750851d3
https://github.com/scummvm/scummvm/commit/49053f2b9bbf691c88a5b6485f9d942c750851d3
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2021-04-10T15:29:08+03:00
Commit Message:
GRAPHICS: Remove unused const
Amends commit 0443d5a133e571b3937ba3ca2d045708448a77ca.
Detected by Clang.
Changed paths:
graphics/macgui/macwindow.cpp
diff --git a/graphics/macgui/macwindow.cpp b/graphics/macgui/macwindow.cpp
index fe0e320b64..2d660e72f8 100644
--- a/graphics/macgui/macwindow.cpp
+++ b/graphics/macgui/macwindow.cpp
@@ -207,16 +207,6 @@ void MacWindow::center(bool toCenter) {
}
}
-#define ARROW_W 12
-#define ARROW_H 6
-const int arrowPixels[ARROW_H][ARROW_W] = {
- {0,0,0,0,0,1,1,0,0,0,0,0},
- {0,0,0,0,1,1,1,1,0,0,0,0},
- {0,0,0,1,1,1,1,1,1,0,0,0},
- {0,0,1,1,1,1,1,1,1,1,0,0},
- {0,1,1,1,1,1,1,1,1,1,1,0},
- {1,1,1,1,1,1,1,1,1,1,1,1}};
-
void MacWindow::updateInnerDims() {
if (_dims.isEmpty())
return;
More information about the Scummvm-git-logs
mailing list