mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01: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:
committed by
Norman Feske
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;
|
||||
|
||||
Reference in New Issue
Block a user