diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-03-02 03:32:51 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-03-02 03:32:51 +0800 |
commit | 815d6fe2b2178961219c95ddcfbb2a587844540d (patch) | |
tree | e33e761fa67d6192219eb2bec804f3870c48f6ef /calendar/gui/comp-util.h | |
parent | b22ac14482bbf215e5ad457104580c624706feda (diff) | |
download | gsoc2013-evolution-815d6fe2b2178961219c95ddcfbb2a587844540d.tar.gz gsoc2013-evolution-815d6fe2b2178961219c95ddcfbb2a587844540d.tar.zst gsoc2013-evolution-815d6fe2b2178961219c95ddcfbb2a587844540d.zip |
Remove unused cal_comp_process_source_list_drop().
Diffstat (limited to 'calendar/gui/comp-util.h')
-rw-r--r-- | calendar/gui/comp-util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/comp-util.h b/calendar/gui/comp-util.h index 0467f31d67..c99e1d0c3f 100644 --- a/calendar/gui/comp-util.h +++ b/calendar/gui/comp-util.h @@ -72,7 +72,6 @@ GSList *cal_comp_selection_get_string_list (GtkSelectionData *data); void cal_comp_set_dtstart_with_oldzone (ECal *client, ECalComponent *comp, const ECalComponentDateTime *pdate); void cal_comp_set_dtend_with_oldzone (ECal *client, ECalComponent *comp, const ECalComponentDateTime *pdate); -gboolean cal_comp_process_source_list_drop (ECal *destination, icalcomponent *comp, GdkDragAction action, const gchar *source_uid, ESourceList *source_list); void comp_util_sanitize_recurrence_master (ECalComponent *comp, ECal *client); gchar *icalcomp_suggest_filename (icalcomponent *icalcomp, const gchar *default_name); |