From: <svn...@op...> - 2009-04-07 20:04:20
|
Author: cdfrey Date: Tue Apr 7 22:04:11 2009 New Revision: 5556 URL: http://www.opensync.org/changeset/5556 Log: Removed unused code to avoid warnings from gcc 4.3.2 Modified: format-plugins/vformat/src/vcard.c format-plugins/vformat/src/xmlformat-recurrence.c Modified: format-plugins/vformat/src/vcard.c ============================================================================== --- format-plugins/vformat/src/vcard.c Tue Apr 7 20:55:26 2009 (r5555) +++ format-plugins/vformat/src/vcard.c Tue Apr 7 22:04:11 2009 (r5556) @@ -60,12 +60,13 @@ } - +#if 0 static osync_bool vcard_categories_filter(OSyncData *data, const char *config) { //Check what categories are supported here. return FALSE; } +#endif static void destroy_vcard(char *input, unsigned int inpsize, void *user_data) { Modified: format-plugins/vformat/src/xmlformat-recurrence.c ============================================================================== --- format-plugins/vformat/src/xmlformat-recurrence.c Tue Apr 7 20:55:26 2009 (r5555) +++ format-plugins/vformat/src/xmlformat-recurrence.c Tue Apr 7 22:04:11 2009 (r5556) @@ -260,6 +260,7 @@ return frequency_id; } +#if 0 static char *convert_rrule_vcal_freqmod(OSyncXMLField *xmlfield, gchar **rule, int size, int freqstate) { int i; @@ -298,6 +299,7 @@ return g_string_free(fm_buffer, FALSE); } +#endif static char *convert_rrule_vcal_until(const char *until_utc) { |