summaryrefslogtreecommitdiff
path: root/saedit/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'saedit/main.c')
-rw-r--r--saedit/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/saedit/main.c b/saedit/main.c
index 65c97ca..e069f78 100644
--- a/saedit/main.c
+++ b/saedit/main.c
@@ -18,10 +18,6 @@ void kill_timeout(int tag) {
g_source_remove(tag);
}
-void show_find_dialog() {
- gtk_widget_show_all(find_dialog);
-}
-
Frame *frame_new(int index, int offsetX, int offsetY, int delay) {
Frame *res = g_new0(Frame, 1);
res->index = index;