diff options
author | ericm <ericm> | 2000-04-19 23:11:23 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-04-19 23:11:23 (GMT) |
commit | 442d04988d260a0d338a53d0a81b0f17e9a5c3e8 (patch) | |
tree | 481483144079a54f8c17455ab1c9b9efa085f46e /generic/tkStubInit.c | |
parent | 981af3eaf3d7d2aac6fc833575521e05a925811c (diff) | |
download | tk-442d04988d260a0d338a53d0a81b0f17e9a5c3e8.zip tk-442d04988d260a0d338a53d0a81b0f17e9a5c3e8.tar.gz tk-442d04988d260a0d338a53d0a81b0f17e9a5c3e8.tar.bz2 |
* doc/WinViewable.3:
* unix/mkLinks: Removed docs for Tk_IsViewable.
* win/tkWinDialog.c: Removed calls to Tk_IsViewable.
* generic/tkUtil.c:
* generic/tkStubInit.c:
* generic/tkDecls.h:
* generic/tkCmds.c:
* generic/tk.decls: Removed Tk_IsViewable function (it was not
actually needed).
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r-- | generic/tkStubInit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c index 7dee693..5bbd282 100644 --- a/generic/tkStubInit.c +++ b/generic/tkStubInit.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkStubInit.c,v 1.20 2000/04/18 02:18:33 ericm Exp $ + * RCS: @(#) $Id: tkStubInit.c,v 1.21 2000/04/19 23:11:24 ericm Exp $ */ #include "tkInt.h" @@ -948,7 +948,6 @@ TkStubs tkStubs = { Tk_PostscriptPath, /* 235 */ Tk_PostscriptStipple, /* 236 */ Tk_PostscriptY, /* 237 */ - Tk_IsViewable, /* 238 */ }; /* !END!: Do not edit above this line. */ |