diff options
author | ericm <ericm> | 2000-08-19 02:13:03 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-08-19 02:13:03 (GMT) |
commit | 193744537abf459f98a108f6926f83e7291a58dd (patch) | |
tree | 3d2c4216dacefa9d5f9c936addc230035b65d645 /generic/tkImgPhoto.c | |
parent | c2853ac1040fa766ea6e792bbae97bad222308d6 (diff) | |
download | tk-193744537abf459f98a108f6926f83e7291a58dd.zip tk-193744537abf459f98a108f6926f83e7291a58dd.tar.gz tk-193744537abf459f98a108f6926f83e7291a58dd.tar.bz2 |
Removed unused variable left behind from previous check-in.
Diffstat (limited to 'generic/tkImgPhoto.c')
-rw-r--r-- | generic/tkImgPhoto.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tkImgPhoto.c b/generic/tkImgPhoto.c index 2547aba..90d83c0 100644 --- a/generic/tkImgPhoto.c +++ b/generic/tkImgPhoto.c @@ -15,7 +15,7 @@ * Department of Computer Science, * Australian National University. * - * RCS: @(#) $Id: tkImgPhoto.c,v 1.19 2000/08/18 17:02:10 ericm Exp $ + * RCS: @(#) $Id: tkImgPhoto.c,v 1.20 2000/08/19 02:13:03 ericm Exp $ */ #include "tkInt.h" @@ -1976,7 +1976,6 @@ ImgPhotoGet(tkwin, masterData) Colormap colormap; int mono, nRed, nGreen, nBlue; XVisualInfo visualInfo, *visInfoPtr; - XRectangle validBox; char buf[TCL_INTEGER_SPACE * 3]; int numVisuals; XColor *white, *black; |