paint: cleanup

This commit is contained in:
luboslenco
2026-04-05 16:09:00 +02:00
parent e0dac9beb9
commit 3c11f14e05
132 changed files with 3577 additions and 3738 deletions
-6
View File
@@ -17,12 +17,6 @@ typedef struct config {
char *server;
} config_t;
typedef struct ui_coloring_t_array {
ui_coloring_t **buffer;
int length;
int capacity;
} ui_coloring_t_array_t;
extern any_map_t *ui_children;
ui_t *ui_create(ui_options_t *ops);