diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-06 20:29:02 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-06 20:29:02 (GMT) |
commit | 7970762837ef8731ba58d84719459c8f179cc450 (patch) | |
tree | 991e9881fcb13ddb14ed26f1a2f0110da82864ef /win | |
parent | 8d10ed079247c32508487b9a6e8e9e413636c030 (diff) | |
download | tk-7970762837ef8731ba58d84719459c8f179cc450.zip tk-7970762837ef8731ba58d84719459c8f179cc450.tar.gz tk-7970762837ef8731ba58d84719459c8f179cc450.tar.bz2 |
Minor simplification: DEF_CANVLINE_FILL and DEF_CANVTEXT_FILL are each only used once, and always equal to DEF_CANVITEM_OUTLINE. So better use DEF_CANVITEM_OUTLINE directly.
Diffstat (limited to 'win')
-rw-r--r-- | win/tkWinDefault.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win/tkWinDefault.h b/win/tkWinDefault.h index be41bb6..852de02 100644 --- a/win/tkWinDefault.h +++ b/win/tkWinDefault.h @@ -515,7 +515,6 @@ * Defaults for canvas text: */ -#define DEF_CANVTEXT_FILL NORMAL_FG #define DEF_CANVTEXT_FONT "TkDefaultFont" /* @@ -525,7 +524,6 @@ #define DEF_CANVBMAP_FG NORMAL_FG #define DEF_CANVITEM_OUTLINE NORMAL_FG -#define DEF_CANVLINE_FILL DEF_CANVITEM_OUTLINE /* * Defaults for toplevels (most of the defaults for frames also apply |