summaryrefslogtreecommitdiffstats
path: root/generic/tkImgPhoto.c
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@noemail.net>2004-10-26 14:07:57 (GMT)
committerpatthoyts <patthoyts@noemail.net>2004-10-26 14:07:57 (GMT)
commite1da07c72484d8f9057ebb9842e30ec7bcd9697b (patch)
treee525f14e2f7165283f3bc93a52ddd641eff8721f /generic/tkImgPhoto.c
parent6b893354bd32396944cd5b04c39156277301aca0 (diff)
downloadtk-e1da07c72484d8f9057ebb9842e30ec7bcd9697b.zip
tk-e1da07c72484d8f9057ebb9842e30ec7bcd9697b.tar.gz
tk-e1da07c72484d8f9057ebb9842e30ec7bcd9697b.tar.bz2
* win/tkWinRegion.c (TkpBuildRegionFromAlphaData): Fixed syntax error
* generic/tkImgPhoto.c (Tk_PhotoPutBlock): Removed unreferences vars. FossilOrigin-Name: fa8e785e87aaf62b9fa30f88f68520fce2f0b5f5
Diffstat (limited to 'generic/tkImgPhoto.c')
-rw-r--r--generic/tkImgPhoto.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tkImgPhoto.c b/generic/tkImgPhoto.c
index 66ed41f..46ae9d4 100644
--- a/generic/tkImgPhoto.c
+++ b/generic/tkImgPhoto.c
@@ -17,7 +17,7 @@
* Department of Computer Science,
* Australian National University.
*
- * RCS: @(#) $Id: tkImgPhoto.c,v 1.50 2004/10/26 13:15:09 dkf Exp $
+ * RCS: @(#) $Id: tkImgPhoto.c,v 1.51 2004/10/26 14:07:57 patthoyts Exp $
*/
#include "tkInt.h"
@@ -4520,7 +4520,6 @@ Tk_PhotoPutBlock(interp, handle, blockPtr, x, y, width, height, compRule)
*/
if (alphaOffset) {
- int x1, y1, end;
/*
* This block is grossly inefficient. For each row in the image, it