ui/common/object.h

changeset 801
e096c441e874
parent 627
3f0c9fe60c68
child 886
6f5e02fcb7b9
--- a/ui/common/object.h	Sun Oct 05 13:30:19 2025 +0200
+++ b/ui/common/object.h	Sun Oct 05 18:13:15 2025 +0200
@@ -48,10 +48,6 @@
 UiObject* uic_object_new_toplevel(void);
 UiObject* uic_object_new(UiObject *toplevel, UIWIDGET widget);
 UiObject* uic_ctx_object_new(UiContext *ctx, UIWIDGET widget);
-void uic_obj_add(UiObject *toplevel, UiObject *ctobj);
-UiObject* uic_current_obj(UiObject *toplevel);
-
-UiContainer* uic_get_current_container(UiObject *obj); // deprecated
 
 void uic_object_push_container(UiObject *toplevel, UiContainerX *newcontainer);
 void uic_object_pop_container(UiObject *toplevel);

mercurial