ui/common/context.h

changeset 1166
01653cc7256b
parent 1165
aca0b56e92d2
--- a/ui/common/context.h	Thu Jun 04 19:20:04 2026 +0200
+++ b/ui/common/context.h	Thu Jun 04 19:21:28 2026 +0200
@@ -80,9 +80,6 @@
     CxMap         *actions; // key: action name (string), value: UiAction
     CxList        *action_bindings; // UiActionBinding list
     
-    void (*attach_document)(UiContext *ctx, void *document);
-    void (*detach_document2)(UiContext *ctx, void *document); 
-    
     char          *title;
     
 #ifdef UI_GTK

mercurial