diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-01-10 17:06:55 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-01-10 17:07:03 +0100 |
| commit | f576faf2a6cf2aff8e22264abf506accae009dc3 (patch) | |
| tree | cecd766f8c2013e64af8b994df03212679ced406 /fluid | |
| parent | 5e133c1e8813ad19cb64812a4a68d45093a4a217 (diff) | |
Fix new warnings in CI
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/Fl_Window_Type.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fluid/Fl_Window_Type.cxx b/fluid/Fl_Window_Type.cxx index 607cc7b0b..f070f31df 100644 --- a/fluid/Fl_Window_Type.cxx +++ b/fluid/Fl_Window_Type.cxx @@ -1280,7 +1280,6 @@ int Fl_Window_Type::handle(int event) { reveal_in_browser(myo); } } - CONTINUE_DND: if (selection && !selection->selected) { select_only(selection); ((Overlay_Window *)o)->redraw_overlay(); |
