# HG changeset patch # User Olaf Wintermann # Date 1789293014 -7200 # Node ID 4681df3739f7283540d0c0d861163709279a054d # Parent dac36413bad124bfe0484ea2f82ed80a6b0bb37f remove deprecated UiListCallbacks struct diff -r dac36413bad1 -r 4681df3739f7 ui/ui/list.h --- a/ui/ui/list.h Sun Sep 13 11:35:24 2026 +0200 +++ b/ui/ui/list.h Sun Sep 13 11:50:14 2026 +0200 @@ -36,7 +36,6 @@ #endif typedef struct UiModel UiModel; -typedef struct UiListCallbacks UiListCallbacks; typedef struct UiListDnd UiListDnd; typedef struct UiListArgs UiListArgs; @@ -123,23 +122,6 @@ int ref; }; -struct UiListCallbacks { - /* - * selection callback - */ - ui_callback activate; - - /* - * cursor callback - */ - ui_callback selection; - - /* - * userdata for all callbacks - */ - void *userdata; -}; - struct UiListArgs { UiBool fill; UiBool hexpand;