aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/comp-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/comp-util.h')
-rw-r--r--calendar/gui/comp-util.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/calendar/gui/comp-util.h b/calendar/gui/comp-util.h
index a4a55c0a2d..de5e9d5336 100644
--- a/calendar/gui/comp-util.h
+++ b/calendar/gui/comp-util.h
@@ -36,15 +36,8 @@ gboolean cal_comp_util_compare_event_timezones (CalComponent *comp,
CalClient *client,
icaltimezone *zone);
-typedef enum {
- EMPTY_COMP_REMOVE_LOCALLY,
- EMPTY_COMP_REMOVED_FROM_SERVER,
- EMPTY_COMP_DO_NOT_REMOVE
-} ConfirmDeleteEmptyCompResult;
-
-ConfirmDeleteEmptyCompResult cal_comp_confirm_delete_empty_comp (CalComponent *comp,
- CalClient *client,
- GtkWidget *widget);
+gboolean cal_comp_is_on_server (CalComponent *comp,
+ CalClient *client);
CalComponent *cal_comp_event_new_with_defaults (void);