]> granicus.if.org Git - graphviz/commitdiff
quartz gvdevice plugin doesn't actually handle pdf:cairo
authorglenlow <devnull@localhost>
Wed, 21 May 2008 14:15:52 +0000 (14:15 +0000)
committerglenlow <devnull@localhost>
Wed, 21 May 2008 14:15:52 +0000 (14:15 +0000)
plugin/quartz/gvdevice_quartz.c

index 70b285a9ba959a0bb769522dee367a9d7e1c3542..b3aeeabfaab6a5c0c0ea8adac93e2b82fb2d336a 100644 (file)
@@ -92,7 +92,6 @@ gvplugin_installed_t gvdevice_quartz_types_for_cairo[] = {
        {FORMAT_JPEG, "jpeg:cairo", 8, &quartz_engine, &device_features_quartz},
        {FORMAT_JPEG, "jpg:cairo", 8, &quartz_engine, &device_features_quartz},
        {FORMAT_JPEG2000, "jp2:cairo", 8, &quartz_engine, &device_features_quartz},
-       {FORMAT_PDF, "pdf:cairo", 8, &quartz_engine, &device_features_quartz},
        {FORMAT_PICT, "pct:cairo", 8, &quartz_engine, &device_features_quartz},
        {FORMAT_PICT, "pict:cairo", 8, &quartz_engine, &device_features_quartz},
        {FORMAT_PNG, "png:cairo", 8, &quartz_engine, &device_features_quartz},