Remove a stale comment

This commit is contained in:
Přemysl Eric Janouch 2022-08-09 08:29:27 +02:00
parent 701846ab39
commit ae0b5506ab
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 0 additions and 1 deletions

View File

@ -988,7 +988,6 @@ fiv_browser_realize(GtkWidget *widget)
attributes.event_mask |= GDK_SMOOTH_SCROLL_MASK;
// We need this window to receive input events at all.
// TODO(p): See if input events bubble up to parents.
GdkWindow *window = gdk_window_new(gtk_widget_get_parent_window(widget),
&attributes, GDK_WA_X | GDK_WA_Y | GDK_WA_VISUAL);
gtk_widget_register_window(widget, window);