application/demo_bindings.c

changeset 912
06c37c12d149
parent 911
c8e1d40eeab6
child 914
4d5aa85bc5ed
--- a/application/demo_bindings.c	Tue Nov 18 15:41:45 2025 +0100
+++ b/application/demo_bindings.c	Tue Nov 18 15:56:59 2025 +0100
@@ -118,9 +118,6 @@
     ui_attach_document(obj->ctx, doc);
     
     ui_list_setselection(wdata->doclist, 0);
-    UiListSelection sel = wdata->doclist->getselection(wdata->doclist);
-    int x = sel.rows[0];
-    
     
     ui_show(obj);
 }

mercurial