paned: Remove outdated comment
authorTimm Bäder <mail@baedert.org>
Sat, 14 Apr 2018 09:49:57 +0000 (11:49 +0200)
committerTimm Bäder <mail@baedert.org>
Sat, 14 Apr 2018 10:50:17 +0000 (12:50 +0200)
The cursor is not updated in state_flags_changed these days.

gtk/gtkpaned.c

index 97ea15593b2191ff5c71c968ac91fb205943af0c..2331e9441260c8215f142895d356bc43a692aca0 100644 (file)
@@ -842,7 +842,6 @@ gtk_paned_set_property (GObject        *object,
             gtk_gesture_pan_set_orientation (GTK_GESTURE_PAN (priv->pan_gesture),
                                              GTK_ORIENTATION_VERTICAL);
 
-          /* state_flags_changed updates the cursor */
           gtk_widget_queue_resize (GTK_WIDGET (paned));
           g_object_notify_by_pspec (object, pspec);
         }