diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-11-16 11:08:53 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-11-16 11:08:53 (GMT) |
commit | 05ff9d164e5127a86cf2e93236624193fef3135e (patch) | |
tree | 0d39abd55de131708e2931a440227cecbe4ea94b /generic/tkIntDecls.h | |
parent | b571874acdb6907f92b4bc630a8c5db172a771a8 (diff) | |
download | tk-05ff9d164e5127a86cf2e93236624193fef3135e.zip tk-05ff9d164e5127a86cf2e93236624193fef3135e.tar.gz tk-05ff9d164e5127a86cf2e93236624193fef3135e.tar.bz2 |
Remove some (very old!) Image-related stuff, and unused stub entries
Diffstat (limited to 'generic/tkIntDecls.h')
-rw-r--r-- | generic/tkIntDecls.h | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/generic/tkIntDecls.h b/generic/tkIntDecls.h index 6eeb6c5..84f360d 100644 --- a/generic/tkIntDecls.h +++ b/generic/tkIntDecls.h @@ -1178,24 +1178,7 @@ extern const TkIntStubs *tkIntStubsPtr; #undef TCL_STORAGE_CLASS #define TCL_STORAGE_CLASS DLLIMPORT -#undef TkpCmapStressed_ -#undef TkpSync_ -#undef TkUnixContainerId_ -#undef TkUnixDoOneXEvent_ -#undef TkUnixSetMenubar_ -#undef TkWmCleanup_ -#undef TkSendCleanup_ -#undef TkpTestsendCmd_ -#undef TkSetWindowMenuBar -#undef TkpDrawHighlightBorder -#undef TkpUseWindow -#undef TkpSetMainMenubar -#undef TkpGetOtherWindow -#undef TkpGetSystemDefault -#undef TkpMakeContainer -#undef TkpMakeWindow - -#if !defined(TK_NO_DEPRECATED) && (TCL_MAJOR_VERSION == 8) +#if !defined(TK_NO_DEPRECATED) # define TkSetWindowMenuBar Tk_SetWindowMenubar # define TkpDrawHighlightBorder Tk_DrawHighlightBorder # define TkpUseWindow Tk_UseWindow |