summaryrefslogtreecommitdiff
path: root/fluid/Fl_Window_Type.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-01-10 17:06:55 +0100
committerMatthias Melcher <github@matthiasm.com>2023-01-10 17:07:03 +0100
commitf576faf2a6cf2aff8e22264abf506accae009dc3 (patch)
treececd766f8c2013e64af8b994df03212679ced406 /fluid/Fl_Window_Type.cxx
parent5e133c1e8813ad19cb64812a4a68d45093a4a217 (diff)
Fix new warnings in CI
Diffstat (limited to 'fluid/Fl_Window_Type.cxx')
-rw-r--r--fluid/Fl_Window_Type.cxx1
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();