summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-11-16 12:43:54 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-11-16 12:43:54 (GMT)
commit079f15d9e398e28651c0185842c5e9842272d6b9 (patch)
tree9013b91fb0e9997840918f5742596becd390b08d /generic/tkInt.h
parent05ff9d164e5127a86cf2e93236624193fef3135e (diff)
downloadtk-079f15d9e398e28651c0185842c5e9842272d6b9.zip
tk-079f15d9e398e28651c0185842c5e9842272d6b9.tar.gz
tk-079f15d9e398e28651c0185842c5e9842272d6b9.tar.bz2
Remove more deprecated stuff.
Join "X functions" stub tables for Win and MacOS together as a single platform-independant table
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r--generic/tkInt.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h
index ebfa348..9f5a31b 100644
--- a/generic/tkInt.h
+++ b/generic/tkInt.h
@@ -549,17 +549,6 @@ typedef struct TkDisplay {
* The following field were all added for Tk8.3
*/
-#if TCL_MAJOR_VERSION < 9
-#if !defined(TK_NO_DEPRECATED)
- int mouseButtonState; /* Current mouse button state for this
- * display. NOT USED as of 8.6.10 */
- Window mouseButtonWindow; /* Window the button state was set in, added
- * in Tk 8.4. */
-#else
- int notused1;
- XID notused2;
-#endif /* !TK_NO_DEPRECATED */
-#endif
Tk_Window warpWindow;
Tk_Window warpMainwin; /* For finding the root window for warping
* purposes. */