Fix a DEBUG_WINDOW_LAYOUT_GRAPHS compiler warning.
This commit is contained in:
parent
c424ed1152
commit
2e46950e68
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
Version 1.11.9+dev:
|
||||
* Language and i18n:
|
||||
* Updated translations:
|
||||
* miscellaneous and bug fixes:
|
||||
* Fixed: A compilation warning with DEBUG_WINDOW_LAYOUT_GRAPHS.
|
||||
|
||||
Version 1.11.9:
|
||||
* Add-ons client:
|
||||
|
|
|
@ -79,7 +79,6 @@ unsigned twindow::sunset_ = 0;
|
|||
|
||||
namespace {
|
||||
#ifdef DEBUG_WINDOW_LAYOUT_GRAPHS
|
||||
const unsigned MANUAL = tdebug_layout_graph::MANUAL;
|
||||
const unsigned SHOW = tdebug_layout_graph::SHOW;
|
||||
const unsigned LAYOUT = tdebug_layout_graph::LAYOUT;
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue