diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-04-14 09:53:02 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-04-14 09:53:02 (GMT) |
commit | 6e2e1a0226cc58d753af092fc9352ba7d0ea3c5a (patch) | |
tree | 9260739f33b4905f78f1ac9d62121b025e0e1afa /generic/tkOldConfig.c | |
parent | deb6e2d6a1b578b89fa5633743dd760b473fa90e (diff) | |
download | tk-6e2e1a0226cc58d753af092fc9352ba7d0ea3c5a.zip tk-6e2e1a0226cc58d753af092fc9352ba7d0ea3c5a.tar.gz tk-6e2e1a0226cc58d753af092fc9352ba7d0ea3c5a.tar.bz2 |
Remove unused #define
Diffstat (limited to 'generic/tkOldConfig.c')
-rw-r--r-- | generic/tkOldConfig.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/generic/tkOldConfig.c b/generic/tkOldConfig.c index 7bb02b4..56dc91d 100644 --- a/generic/tkOldConfig.c +++ b/generic/tkOldConfig.c @@ -15,17 +15,6 @@ #include "tkInt.h" /* - * Values for "flags" field of Tk_ConfigSpec structures. Be sure to coordinate - * these values with those defined in tk.h (TK_CONFIG_COLOR_ONLY, etc.) There - * must not be overlap! - * - * INIT - Non-zero means (char *) things have been converted to - * Tk_Uid's. - */ - -#define INIT 0x20 - -/* * Forward declarations for functions defined later in this file: */ |