diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-01-10 14:02:36 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-01-10 14:02:36 (GMT) |
commit | 7186877f46e619506da6c59f98ccaa4c623a4fbe (patch) | |
tree | 01e5d04969a82f12392a545d9eb1ac810e11a774 /unix | |
parent | 2522c0935ba3317f2f6a19894ec0ae5fff3fcc95 (diff) | |
parent | 2987950f24f7b2fda46de8d528a3693ccf7943b9 (diff) | |
download | tk-7186877f46e619506da6c59f98ccaa4c623a4fbe.zip tk-7186877f46e619506da6c59f98ccaa4c623a4fbe.tar.gz tk-7186877f46e619506da6c59f98ccaa4c623a4fbe.tar.bz2 |
Rebase to 8.6, getting rid of DEF_TEXT_SPACING[123]
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tkUnixDefault.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unix/tkUnixDefault.h b/unix/tkUnixDefault.h index d214aa5..62e3fec 100644 --- a/unix/tkUnixDefault.h +++ b/unix/tkUnixDefault.h @@ -494,9 +494,6 @@ #define DEF_TEXT_SELECT_FG_MONO WHITE #define DEF_TEXT_SELECT_RELIEF "raised" #define DEF_TEXT_SET_GRID "0" -#define DEF_TEXT_SPACING1 "0" -#define DEF_TEXT_SPACING2 "0" -#define DEF_TEXT_SPACING3 "0" #define DEF_TEXT_STATE "normal" #define DEF_TEXT_TABS "" #define DEF_TEXT_TABSTYLE "tabular" |