diff options
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXWm.c | 1 |
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; |