mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
decorator: Remove unused _topped_cnt variable.
This private member variable is not used anywhere in the code. This produces compilation warning when using clang instead of GCC. Drop the unused variable. Issue #3985
This commit is contained in:
parent
c402cc1045
commit
c6d5b98227
@ -98,8 +98,6 @@ class Decorator::Window : public Window_base
|
||||
|
||||
Border const _border { _init_border() };
|
||||
|
||||
unsigned _topped_cnt = 0;
|
||||
|
||||
Window_title _title { };
|
||||
|
||||
bool _focused = false;
|
||||
|
Loading…
Reference in New Issue
Block a user