summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWm.c
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2019-08-21 02:44:30 (GMT)
committerKevin Walzer <kw@codebykevin.com>2019-08-21 02:44:30 (GMT)
commit606cd5645231ee1145b9c70f29e8d953f7933d6b (patch)
tree3bf0baada47b47d2e733badd6c7fd719b1e5ba68 /macosx/tkMacOSXWm.c
parent87d33346e9d88d45da43ba95853f819923a25a6f (diff)
downloadtk-606cd5645231ee1145b9c70f29e8d953f7933d6b.zip
tk-606cd5645231ee1145b9c70f29e8d953f7933d6b.tar.gz
tk-606cd5645231ee1145b9c70f29e8d953f7933d6b.tar.bz2
Remove call to Tcl_Panic
Diffstat (limited to 'macosx/tkMacOSXWm.c')
-rw-r--r--macosx/tkMacOSXWm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/tkMacOSXWm.c b/macosx/tkMacOSXWm.c
index e3047fa..7dc57e6 100644
--- a/macosx/tkMacOSXWm.c
+++ b/macosx/tkMacOSXWm.c
@@ -5931,7 +5931,6 @@ WmWinAppearance(
if (result == NULL) {
NSLog(@"Failed to read appearance name; try calling update before setting the appearance of the window.");
return TCL_OK;
- // Tcl_Panic("Failed to read appearance name.");
}
if (objc == 4) {
int index;