]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 4 Mar 2013 21:18:50 +0000 (21:18 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 4 Mar 2013 21:18:50 +0000 (21:18 +0000)
coders/svg.c

index 2ef76e51cfc26ce8dbc97d5bac4010f420bd8be5..629e3c53e5207e12f5611a5d396566bfa32707e4 100644 (file)
@@ -3212,7 +3212,6 @@ ModuleExport size_t RegisterSVGImage(void)
   (void) CopyMagickString(version,"XML " LIBXML_DOTTED_VERSION,MaxTextExtent);
 #endif
 #if defined(MAGICKCORE_RSVG_DELEGATE)
-  g_type_init();
   (void) FormatLocaleString(version,MaxTextExtent,"RSVG %d.%d.%d",
     LIBRSVG_MAJOR_VERSION,LIBRSVG_MINOR_VERSION,LIBRSVG_MICRO_VERSION);
 #endif