aboutsummaryrefslogtreecommitdiff
path: root/src/state.h
diff options
context:
space:
mode:
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);