]> granicus.if.org Git - graphviz/commitdiff
consolidating file output into gvdevice framework
authorellson <devnull@localhost>
Wed, 3 Oct 2007 16:59:11 +0000 (16:59 +0000)
committerellson <devnull@localhost>
Wed, 3 Oct 2007 16:59:11 +0000 (16:59 +0000)
lib/gvc/gvplugin_device.h

index 600bd490df89a0925cf8de7d2394673786569a4d..ad42fb1cae5d93d9d02bf8fd7c9ab2296802f40f 100644 (file)
@@ -27,7 +27,6 @@ extern "C" {
 
     struct gvdevice_engine_s {
        void (*initialize) (GVJ_t * firstjob);
-       void (*prepare) (GVJ_t * firstjob);
        void (*format) (GVJ_t * firstjob);
        void (*finalize) (GVJ_t * firstjob);
     };