summaryrefslogtreecommitdiffstats
path: root/gnome-autoar/autoar-create.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-autoar/autoar-create.h')
-rw-r--r--gnome-autoar/autoar-create.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gnome-autoar/autoar-create.h b/gnome-autoar/autoar-create.h
index 0202111..2ccac3e 100644
--- a/gnome-autoar/autoar-create.h
+++ b/gnome-autoar/autoar-create.h
@@ -54,16 +54,6 @@ struct _AutoarCreate
struct _AutoarCreateClass
{
GObjectClass parent_class;
-
- void (* decide_dest)(AutoarCreate *arcreate,
- GFile *destination);
- void (* progress) (AutoarCreate *arcreate,
- guint64 completed_size,
- guint completed_files);
- void (* cancelled) (AutoarCreate *arcreate);
- void (* completed) (AutoarCreate *arcreate);
- void (* error) (AutoarCreate *arcreate,
- GError *error);
};
/**