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:
Piotr Tworek 2021-01-12 01:21:03 +01:00 committed by Norman Feske
parent c402cc1045
commit c6d5b98227

View File

@ -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;