summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tk.h13
-rw-r--r--generic/tkInt.h4
2 files changed, 1 insertions, 16 deletions
diff --git a/generic/tk.h b/generic/tk.h
index 9678a06..52e0e8a 100644
--- a/generic/tk.h
+++ b/generic/tk.h
@@ -1500,8 +1500,7 @@ typedef struct Tk_ElementSpec {
*----------------------------------------------------------------------
*
* The definitions below provide backward compatibility for functions and
- * types related to event handling that used to be in Tk but have moved to
- * Tcl.
+ * types that used to be in Tk but have moved to Tcl.
*
*----------------------------------------------------------------------
*/
@@ -1556,16 +1555,6 @@ typedef Tcl_Size (Tk_SelectionProc) (void *clientData, Tcl_Size offset,
#include "tkDecls.h"
-/*
- *----------------------------------------------------------------------
- *
- * Allow users to say that they don't want to alter their source to add extra
- * arguments to Tk_PhotoPutBlock() et al.
- *
- * This goes after the inclusion of the stubbed-decls so that the declarations
- * of what is actually there can be correct.
- */
-
#undef TCL_STORAGE_CLASS
#define TCL_STORAGE_CLASS DLLIMPORT
diff --git a/generic/tkInt.h b/generic/tkInt.h
index dc44576..d503e95 100644
--- a/generic/tkInt.h
+++ b/generic/tkInt.h
@@ -545,10 +545,6 @@ typedef struct TkDisplay {
* the display when we no longer have any Tk
* applications using it. */
- /*
- * The following field were all added for Tk8.3
- */
-
Tk_Window warpWindow;
Tk_Window warpMainwin; /* For finding the root window for warping
* purposes. */