aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2015-06-09 00:07:03 +0200
committerThomas White <taw@bitwiz.org.uk>2015-06-09 00:07:03 +0200
commit5b78853e0bbecd26c43f9cab7c4f61867644f83d (patch)
tree98fe7e2b4a21393a3bbacb886cc36791adc81b0d /src/sc_editor.h
parent0ae0bfab5fc1a8c4807123490448babc651f253b (diff)
Frame deletion stuff
Diffstat (limited to 'src/sc_editor.h')
-rw-r--r--src/sc_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sc_editor.h b/src/sc_editor.h
index 93f2313..203910a 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -163,5 +163,6 @@ extern void sc_editor_set_top_frame_editable(SCEditor *e,
int top_frame_editable);
extern void sc_editor_set_callbacks(SCEditor *e, SCCallbackList *cbl);
extern void insert_scblock(SCBlock *scblock, SCEditor *e);
+extern void sc_editor_delete_selected_frame(SCEditor *e);
#endif /* SC_EDITOR_H */