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 /macosx/tkMacOSXDefault.h | |
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 'macosx/tkMacOSXDefault.h')
-rw-r--r-- | macosx/tkMacOSXDefault.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/tkMacOSXDefault.h b/macosx/tkMacOSXDefault.h index 6463ea2..4e73ac9 100644 --- a/macosx/tkMacOSXDefault.h +++ b/macosx/tkMacOSXDefault.h @@ -549,7 +549,6 @@ * Defaults for canvas text: */ -#define DEF_CANVTEXT_FILL NORMAL_FG #define DEF_CANVTEXT_FONT "TkDefaultFont" /* @@ -559,7 +558,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 |