From 4dd5de8cb5dc5b0bd481967119258de6a7028826 Mon Sep 17 00:00:00 2001 From: hobbs Date: Sat, 26 Apr 2003 02:58:17 +0000 Subject: remove outdated comments --- unix/tkUnixButton.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/unix/tkUnixButton.c b/unix/tkUnixButton.c index dd4eca9..46fac82 100644 --- a/unix/tkUnixButton.c +++ b/unix/tkUnixButton.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixButton.c,v 1.11.2.2 2003/04/26 02:53:47 hobbs Exp $ + * RCS: @(#) $Id: tkUnixButton.c,v 1.11.2.3 2003/04/26 02:58:17 hobbs Exp $ */ #include "tkButton.h" @@ -271,10 +271,6 @@ TkpDisplayButton(clientData) XSetClipOrigin(butPtr->display, gc, 0, 0); } - /* - * Use normalTextGC in this case since we have both text and image, - * the whole button will later be stippled 50% grey. - */ Tk_DrawTextLayout(butPtr->display, pixmap, gc, butPtr->textLayout, x + textXOffset, y + textYOffset, 0, -1); Tk_UnderlineTextLayout(butPtr->display, pixmap, gc, -- cgit v0.12