summaryrefslogtreecommitdiffstats
path: root/generic/tkStubInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-03-28 15:22:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-03-28 15:22:05 (GMT)
commit34916714c2a78b655ee536afe9b482c8161ae0e3 (patch)
tree5704942faccdc7d14eeb887a50a50447308baf57 /generic/tkStubInit.c
parent4b0f79b2c917eb4a1271548449682388a1949f54 (diff)
downloadtk-34916714c2a78b655ee536afe9b482c8161ae0e3.zip
tk-34916714c2a78b655ee536afe9b482c8161ae0e3.tar.gz
tk-34916714c2a78b655ee536afe9b482c8161ae0e3.tar.bz2
Remove dead code. During 8.6 alpha/beta, Tk_DefineBitmap/Tk_GetBitmapFromData moved to stub entry 274/275
due to a signature change, but later that turned out not be necessary at all. The stub entries were kept in order not to lose binary compatibility for extensions that were compiled against beta 8.6 headers. Now that Tk 8.6 is final, this makes no sense any more.
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r--generic/tkStubInit.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c
index b1cdd53..d141b02 100644
--- a/generic/tkStubInit.c
+++ b/generic/tkStubInit.c
@@ -226,9 +226,6 @@ void TkSubtractRegion (TkRegion a, TkRegion b, TkRegion c)
# endif
#endif /* !__WIN32__ */
-#define reserved274 (void (*)(void)) Tk_DefineBitmap
-#define reserved275 (void (*)(void)) Tk_GetBitmapFromData
-
/*
* WARNING: The contents of this file is automatically generated by the
* tools/genStubs.tcl script. Any modifications to the function declarations
@@ -1106,8 +1103,6 @@ const TkStubs tkStubs = {
Tk_Interp, /* 271 */
Tk_CreateOldImageType, /* 272 */
Tk_CreateOldPhotoImageFormat, /* 273 */
- reserved274, /* 274 */
- reserved275, /* 275 */
};
/* !END!: Do not edit above this line. */