summaryrefslogtreecommitdiff
path: root/plugins/gtkui/callbacks.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-03-09 18:50:57 +0100
committerGravatar waker <wakeroid@gmail.com>2011-03-09 18:50:57 +0100
commit9d67fd87c68b325f52505a464df7a7748414b04f (patch)
treee86f68715d9de9435ad31c8300752a58b74388e9 /plugins/gtkui/callbacks.h
parent5366568bfad42c89723b591d73f0d88270a23b19 (diff)
added progress dialog to tag writer;
tag writer works in separate thread (doesn't block gui); there's now single progressdlg template, used both by tag writer and when adding files to playlist
Diffstat (limited to 'plugins/gtkui/callbacks.h')
-rw-r--r--plugins/gtkui/callbacks.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/gtkui/callbacks.h b/plugins/gtkui/callbacks.h
index 7ff5c38a..638ee921 100644
--- a/plugins/gtkui/callbacks.h
+++ b/plugins/gtkui/callbacks.h
@@ -291,16 +291,6 @@ void
volumebar_expose (GtkWidget *widget, int x, int y, int w, int h);
-
-void
-on_progress_abort (GtkButton *button,
- gpointer user_data);
-
-gboolean
-on_addprogress_delete_event (GtkWidget *widget,
- GdkEvent *event,
- gpointer user_data);
-
gboolean
on_volumebar_scroll_event (GtkWidget *widget,
GdkEventScroll *event,