diff options
-rw-r--r-- | generic/tkCanvPs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tkCanvPs.c b/generic/tkCanvPs.c index eaa6c5a..d397b9a 100644 --- a/generic/tkCanvPs.c +++ b/generic/tkCanvPs.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkCanvPs.c,v 1.26 2009/05/01 15:03:17 dkf Exp $ + * RCS: @(#) $Id: tkCanvPs.c,v 1.27 2009/05/01 15:04:03 dkf Exp $ */ #include "tkInt.h" @@ -1440,7 +1440,6 @@ Tk_PostscriptPhoto( int alphaOffset, alphaPitch, alphaIncr; if (psInfoPtr->prepass) { - codeIncluded = 0; return TCL_OK; } |