aboutsummaryrefslogtreecommitdiff
path: root/src/state.h
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-05-14 12:04:22 +0200
committerFederico Angelilli <code@fedang.net>2024-05-14 12:04:22 +0200
commit92feb3c130966202c7caa6d9bf3a3800c97ca7a1 (patch)
treebcbbb8afca932d20c11a81fc7d7d53096dbf931e /src/state.h
parent247a74810374894a74ca63af4eb86d9614cf6c74 (diff)
Start working on mirroringlegacy
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h2
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);