summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/support/cltkImg.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/labltk/support/cltkImg.c')
-rw-r--r--otherlibs/labltk/support/cltkImg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/otherlibs/labltk/support/cltkImg.c b/otherlibs/labltk/support/cltkImg.c
index 1debe822e..445338e08 100644
--- a/otherlibs/labltk/support/cltkImg.c
+++ b/otherlibs/labltk/support/cltkImg.c
@@ -81,7 +81,6 @@ camltk_setimgdata_native (value imgname, value pixmap, value x, value y,
{
Tk_PhotoHandle ph;
Tk_PhotoImageBlock pib;
- int code;
#if (TK_MAJOR_VERSION < 8)
if (NULL == (ph = Tk_FindPhoto(String_val(imgname))))