ui/gtk/window.c

changeset 867
83bb0dd7123f
parent 866
4bed9458d355
child 930
4ce8df2311f0
--- a/ui/gtk/window.c	Sun Oct 19 21:17:21 2025 +0200
+++ b/ui/gtk/window.c	Mon Oct 20 21:16:53 2025 +0200
@@ -436,7 +436,6 @@
 }
 
 UIEXPORT void ui_splitview_window_set_visible(UiObject *obj, int pane, UiBool visible) {
-    GtkWidget *splitview = g_object_get_data(G_OBJECT(obj->widget), "ui_window_splitview");
     GtkWidget *panel = NULL;
     if(pane == 0) {
         panel = g_object_get_data(G_OBJECT(obj->widget), "ui_left_panel");

mercurial