mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 20:26:18 +00:00
Remove an unused const variable.
The issue was detected by the upcomming Clang 3.4.
This commit is contained in:
parent
2ce2139564
commit
4947871859
@ -82,7 +82,6 @@ namespace {
|
||||
const unsigned LAYOUT = tdebug_layout_graph::LAYOUT;
|
||||
#else
|
||||
// values are irrelavant when DEBUG_WINDOW_LAYOUT_GRAPHS is not defined.
|
||||
const unsigned MANUAL = 0;
|
||||
const unsigned SHOW = 0;
|
||||
const unsigned LAYOUT = 0;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user