diff options
author | vincentdarley <vincentdarley@noemail.net> | 2002-09-03 11:48:55 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley@noemail.net> | 2002-09-03 11:48:55 (GMT) |
commit | eb8cc17e742207fc93a21efb97fdde0346da5a75 (patch) | |
tree | 56e69b5fa6ffd5bc8c1114718743901d56d9da19 /macosx | |
parent | 8d383b29cad1f40b5c9543a7e07b887563e96c8b (diff) | |
download | tk-eb8cc17e742207fc93a21efb97fdde0346da5a75.zip tk-eb8cc17e742207fc93a21efb97fdde0346da5a75.tar.gz tk-eb8cc17e742207fc93a21efb97fdde0346da5a75.tar.bz2 |
wm attributes macosx fix
FossilOrigin-Name: 771dc762dc1b6fcf07dd3f9a55be8ff714011996
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXWm.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/macosx/tkMacOSXWm.c b/macosx/tkMacOSXWm.c index 094ef30..14f93fb 100644 --- a/macosx/tkMacOSXWm.c +++ b/macosx/tkMacOSXWm.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXWm.c,v 1.2 2002/08/31 06:12:30 das Exp $ + * RCS: @(#) $Id: tkMacOSXWm.c,v 1.3 2002/09/03 11:48:56 vincentdarley Exp $ */ #include <Carbon/Carbon.h> @@ -758,10 +758,6 @@ Tcl_Obj *CONST objv[]; /* Argument objects. */ int i; WindowRef macWindow; - if (objc != 3) { - Tcl_WrongNumArgs(interp, 2, objv, "window"); - return TCL_ERROR; - } if (objc < 3) { configArgs: Tcl_AppendResult(interp, "wrong # arguments: must be \"", |