Skip to content

Commit

Permalink
Remove obsolete GTK 4 event
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibel committed Feb 25, 2024
1 parent 961000e commit 9334677
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/examples/cubescape-gtk4/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ void activate(GtkApplication* app, gpointer /*user_data*/)

gtk_window_set_child(GTK_WINDOW(window), GTK_WIDGET(glarea));

g_signal_connect (G_OBJECT(window), "key_press_event", G_CALLBACK(key_press), NULL);
g_signal_connect(G_OBJECT(glarea), "realize", G_CALLBACK(realize), NULL);
g_signal_connect(G_OBJECT(glarea), "resize", G_CALLBACK(resize), NULL);
g_signal_connect(G_OBJECT(glarea), "render", G_CALLBACK (render), NULL);
Expand Down

0 comments on commit 9334677

Please sign in to comment.