diff options
author | stanton <stanton> | 1998-12-10 04:29:42 (GMT) |
---|---|---|
committer | stanton <stanton> | 1998-12-10 04:29:42 (GMT) |
commit | 13ef09285b1273d467f308cdc310b0b35fdc7240 (patch) | |
tree | 044049729b1a6d43b48fe0ced5d164a59ec8a233 | |
parent | f218790e94b8088bac8032960bbb6a15d4c28c01 (diff) | |
download | tk-13ef09285b1273d467f308cdc310b0b35fdc7240.zip tk-13ef09285b1273d467f308cdc310b0b35fdc7240.tar.gz tk-13ef09285b1273d467f308cdc310b0b35fdc7240.tar.bz2 |
lint
-rw-r--r-- | generic/tkBind.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tkBind.c b/generic/tkBind.c index e74cdb7..484d9f2 100644 --- a/generic/tkBind.c +++ b/generic/tkBind.c @@ -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: tkBind.c,v 1.1.4.3 1998/11/25 21:16:30 stanton Exp $ + * RCS: @(#) $Id: tkBind.c,v 1.1.4.4 1998/12/10 04:29:42 stanton Exp $ */ #include "tkPort.h" @@ -2664,7 +2664,6 @@ Tk_EventObjCmd(clientData, interp, objc, objv) return TCL_ERROR; } return HandleEventGenerate(interp, tkwin, objc - 2, objv + 2); - break; } case EVENT_INFO: { if (objc == 2) { @@ -2677,7 +2676,6 @@ Tk_EventObjCmd(clientData, interp, objc, objv) Tcl_WrongNumArgs(interp, 2, objv, "?virtual?"); return TCL_ERROR; } - break; } } return TCL_OK; |