diff options
| author | Federico Angelilli <code@fedang.net> | 2024-05-14 12:04:22 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-05-14 12:04:22 +0200 |
| commit | 92feb3c130966202c7caa6d9bf3a3800c97ca7a1 (patch) | |
| tree | bcbbb8afca932d20c11a81fc7d7d53096dbf931e /src/state.h | |
| parent | 247a74810374894a74ca63af4eb86d9614cf6c74 (diff) | |
Start working on mirroringlegacy
Diffstat (limited to 'src/state.h')
| -rw-r--r-- | src/state.h | 2 |
1 files changed, 0 insertions, 2 deletions
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); |
