From: <dg...@su...> - 2009-01-20 15:47:12
|
Author: savago Date: Tue Jan 20 16:46:07 2009 New Revision: 5208 URL: http://www.opensync.org/changeset/5208 Log: Purging unnecessary comment. Modified: format-plugins/xsltformat/src/xsltformat.c Modified: format-plugins/xsltformat/src/xsltformat.c ============================================================================== --- format-plugins/xsltformat/src/xsltformat.c Tue Jan 20 16:44:06 2009 (r5207) +++ format-plugins/xsltformat/src/xsltformat.c Tue Jan 20 16:46:07 2009 (r5208) @@ -236,7 +236,6 @@ return FALSE; osync_converter_set_initialize_func(conv, initialize_xslt); osync_converter_set_finalize_func(conv, finalize_xslt); - /* register converter */ osync_format_env_register_converter(env, conv); osync_converter_unref(conv); return TRUE; |