diff options
author | das <das> | 2007-06-25 02:04:27 (GMT) |
---|---|---|
committer | das <das> | 2007-06-25 02:04:27 (GMT) |
commit | febfc914b27e096b01315b934df1057d64ffa5cc (patch) | |
tree | 5dba72bb2a080a5f4033ae7e3c07e980cb77d637 /generic/tkFont.c | |
parent | 5a55c8ea218fb4f824636257632352faf17cf7a0 (diff) | |
download | tk-febfc914b27e096b01315b934df1057d64ffa5cc.zip tk-febfc914b27e096b01315b934df1057d64ffa5cc.tar.gz tk-febfc914b27e096b01315b934df1057d64ffa5cc.tar.bz2 |
fix compile errors & warnings introduced by dkf's cleanup
Diffstat (limited to 'generic/tkFont.c')
-rw-r--r-- | generic/tkFont.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tkFont.c b/generic/tkFont.c index 450061f..7a0b6fa 100644 --- a/generic/tkFont.c +++ b/generic/tkFont.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkFont.c,v 1.37 2007/06/24 16:07:34 dkf Exp $ + * RCS: @(#) $Id: tkFont.c,v 1.38 2007/06/25 02:04:27 das Exp $ */ #include "tkPort.h" @@ -1854,8 +1854,6 @@ Tk_UnderlineChars( int lastByte) /* Index of first byte after the last * character. */ { - TkFont *fontPtr = (TkFont *) tkfont; - TkUnderlineCharsInContext(display, drawable, gc, tkfont, string, lastByte, x, y, firstByte, lastByte); } |