From 92feb3c130966202c7caa6d9bf3a3800c97ca7a1 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Tue, 14 May 2024 12:04:22 +0200 Subject: Start working on mirroring --- src/state.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/state.h') diff --git a/src/state.h b/src/state.h index 32d3ada..6ea331f 100644 --- a/src/state.h +++ b/src/state.h @@ -21,8 +21,6 @@ struct State { State *state_create(const char *label, Window *win, Drawer *draw); -State *state_create_copy(const char *label, State *target); - void state_add_button(State *state, Button *btn); void state_remove_button(State *state, Button *btn); -- cgit v1.2.3