diff options
Diffstat (limited to 'libs/gui/LayerState.cpp')
| -rw-r--r-- | libs/gui/LayerState.cpp | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/gui/LayerState.cpp b/libs/gui/LayerState.cpp index f848e4ffde..bb7e1a48f7 100644 --- a/libs/gui/LayerState.cpp +++ b/libs/gui/LayerState.cpp @@ -546,9 +546,7 @@ bool InputWindowCommands::merge(const InputWindowCommands& other) {  }  bool InputWindowCommands::empty() const { -    bool empty = true; -    empty = focusRequests.empty() && !syncInputWindows; -    return empty; +    return focusRequests.empty() && !syncInputWindows;  }  void InputWindowCommands::clear() {  |