diff options
author | JP Rosevear <jpr@novell.com> | 2004-06-23 08:16:06 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-06-23 08:16:06 +0800 |
commit | ef8840da7b4045dc7c3f08df993cd5683b85551d (patch) | |
tree | e0778730b0b1e63fca222c668787c76e421605b6 /calendar/gui | |
parent | a9b752298fc76036486de9e603e14fb3aa1cd416 (diff) | |
download | gsoc2013-evolution-ef8840da7b4045dc7c3f08df993cd5683b85551d.tar gsoc2013-evolution-ef8840da7b4045dc7c3f08df993cd5683b85551d.tar.gz gsoc2013-evolution-ef8840da7b4045dc7c3f08df993cd5683b85551d.tar.bz2 gsoc2013-evolution-ef8840da7b4045dc7c3f08df993cd5683b85551d.tar.lz gsoc2013-evolution-ef8840da7b4045dc7c3f08df993cd5683b85551d.tar.xz gsoc2013-evolution-ef8840da7b4045dc7c3f08df993cd5683b85551d.tar.zst gsoc2013-evolution-ef8840da7b4045dc7c3f08df993cd5683b85551d.zip |
kill warnings
2004-06-22 JP Rosevear <jpr@novell.com>
* gui/dialogs/comp-editor.c: kill warnings
svn path=/trunk/; revision=26467
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/dialogs/comp-editor.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c index 16d89055c2..0ddecc101e 100644 --- a/calendar/gui/dialogs/comp-editor.c +++ b/calendar/gui/dialogs/comp-editor.c @@ -102,16 +102,6 @@ static void page_dates_changed_cb (GtkObject *obj, CompEditorPageDates *dates, g static void obj_modified_cb (ECal *client, GList *objs, gpointer data); static void obj_removed_cb (ECal *client, GList *uids, gpointer data); -static void save_close_cmd (GtkWidget *widget, gpointer data); -static void save_as_cmd (GtkWidget *widget, gpointer data); -static void delete_cmd (GtkWidget *widget, gpointer data); -static void print_cmd (GtkWidget *widget, gpointer data); -static void print_preview_cmd (GtkWidget *widget, gpointer data); -static void print_setup_cmd (GtkWidget *widget, gpointer data); -static void close_cmd (GtkWidget *widget, gpointer data); - -static gint delete_event_cb (GtkWidget *widget, GdkEvent *event, gpointer data); - static GtkObjectClass *parent_class; |