From 875f9ea97195b77e92625c6f41257758b0e8a880 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Wed, 31 Oct 2018 11:16:58 +0100 Subject: KnotHolder: remove stale comment The code in knot_ungrabbed_handler does not use the click signal, so the comment does not apply there. --- src/knotholder.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/knotholder.cpp b/src/knotholder.cpp index 3f462c541..eba9996eb 100644 --- a/src/knotholder.cpp +++ b/src/knotholder.cpp @@ -275,7 +275,6 @@ KnotHolder::knot_ungrabbed_handler(SPKnot *knot, guint state) e->knot->selectKnot(false); } if (e->knot == knot) { - // no need to test whether knot_click exists since it's virtual now if (!(e->knot->flags & SP_KNOT_SELECTED) || !(state & GDK_SHIFT_MASK)){ e->knot->selectKnot(true); } else { -- cgit v1.2.3