summaryrefslogtreecommitdiffstats
path: root/win/tkWinButton.c
diff options
context:
space:
mode:
Diffstat (limited to 'win/tkWinButton.c')
-rw-r--r--win/tkWinButton.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/win/tkWinButton.c b/win/tkWinButton.c
index f40e9ba..b7acb47 100644
--- a/win/tkWinButton.c
+++ b/win/tkWinButton.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: tkWinButton.c,v 1.8 2000/05/13 00:39:09 ericm Exp $
+ * RCS: @(#) $Id: tkWinButton.c,v 1.9 2000/05/17 21:17:22 ericm Exp $
*/
#define OEMRESOURCE
@@ -391,20 +391,6 @@ TkpDisplayButton(clientData)
}
/*
- * LINK relief means that the button has a raised relief when it is
- * active, and a flat relief otherwise (like toolbar buttons). It
- * is supported for true buttons only.
- */
-
- if ((butPtr->type == TYPE_BUTTON) && butPtr->relief == TK_RELIEF_LINK) {
- if ((butPtr->flags & MOUSE_IN_BUTTON) == MOUSE_IN_BUTTON) {
- relief = TK_RELIEF_RAISED;
- } else {
- relief = TK_RELIEF_FLAT;
- }
- }
-
- /*
* Compute width of default ring and offset for pushed buttons.
*/