]> granicus.if.org Git - graphviz/commitdiff
tclpkg/tcldot/tcldot-graphcmd.c: [nfc] remove commented out code
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 28 Nov 2021 02:35:29 +0000 (18:35 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 5 Dec 2021 04:06:09 +0000 (20:06 -0800)
tclpkg/tcldot/tcldot-graphcmd.c

index 22f1bb97edb203b279f81fde8f32e05dec3bb71b..aeeb373bef0b4ccb86248aa26a6e59476f4033c3 100644 (file)
@@ -465,10 +465,6 @@ int graphcmd(ClientData clientData, Tcl_Interp * interp,
        /* populate new job struct with output language and output file data */
        job->output_lang = gvrender_select(job, job->output_langname);
 
-//     if (Tcl_GetOpenFile (interp, argv[2], 1, 1, &outfp) != TCL_OK)
-//         return TCL_ERROR;
-//     job->output_file = (FILE *)outfp;
-       
        {
            Tcl_Channel chan;
            int mode;