summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authorericm <ericm>2000-08-03 21:14:29 (GMT)
committerericm <ericm>2000-08-03 21:14:29 (GMT)
commitecfd934bed4dfc9215dcbb4cc1e365bc0c063574 (patch)
tree17251d727ff49968ee4e8794da8fbf390ccecdec /generic/tkInt.h
parent2d4b5cc3f0b983f96ca8aa07607c35249accbbf8 (diff)
downloadtk-ecfd934bed4dfc9215dcbb4cc1e365bc0c063574.zip
tk-ecfd934bed4dfc9215dcbb4cc1e365bc0c063574.tar.gz
tk-ecfd934bed4dfc9215dcbb4cc1e365bc0c063574.tar.bz2
* generic/tkInt.h: Removed Tk_AfterCmd function prototype; the
function does not exist (since 7.4p3). * generic/tk.h: Removed Tk_AfterCmd => Tcl_AfterCmd #define; nothing in the core uses it, and Tcl_AfterCmd doesn't exist anymore anyway.
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r--generic/tkInt.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h
index 5e5bd99..8b67693 100644
--- a/generic/tkInt.h
+++ b/generic/tkInt.h
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: $Id: tkInt.h,v 1.29 2000/08/03 21:02:19 ericm Exp $
+ * RCS: $Id: tkInt.h,v 1.30 2000/08/03 21:14:30 ericm Exp $
*/
#ifndef _TKINT
@@ -887,8 +887,6 @@ extern int tkSendSerial;
* to the outside world:
*/
-EXTERN int Tk_AfterCmd _ANSI_ARGS_((ClientData clientData,
- Tcl_Interp *interp, int argc, char **argv));
EXTERN int Tk_BellObjCmd _ANSI_ARGS_((ClientData clientData,
Tcl_Interp *interp, int objc,
Tcl_Obj *CONST objv[]));