aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-06-23 08:16:06 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-06-23 08:16:06 +0800
commitef8840da7b4045dc7c3f08df993cd5683b85551d (patch)
treee0778730b0b1e63fca222c668787c76e421605b6 /calendar
parenta9b752298fc76036486de9e603e14fb3aa1cd416 (diff)
downloadgsoc2013-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')
-rw-r--r--calendar/ChangeLog4
-rw-r--r--calendar/gui/dialogs/comp-editor.c10
2 files changed, 4 insertions, 10 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 7f504d7897..75eab84b91 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,9 @@
2004-06-22 JP Rosevear <jpr@novell.com>
+ * gui/dialogs/comp-editor.c: kill warnings
+
+2004-06-22 JP Rosevear <jpr@novell.com>
+
* gui/calendar-component.c (create_new_event): kill warning
2004-06-22 Rodrigo Moya <rodrigo@novell.com>
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;