summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXSubwindows.c
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2015-11-08 22:01:01 (GMT)
committerKevin Walzer <kw@codebykevin.com>2015-11-08 22:01:01 (GMT)
commita7dfb1b21893c1ab01d02b00e7f9e1b7ebd0198c (patch)
tree853c345562af0dafffc1638132f56e7cbf04f35b /macosx/tkMacOSXSubwindows.c
parent8e14ee04b3964bb9118b78ee62722fbf9f2129cb (diff)
downloadtk-a7dfb1b21893c1ab01d02b00e7f9e1b7ebd0198c.zip
tk-a7dfb1b21893c1ab01d02b00e7f9e1b7ebd0198c.tar.gz
tk-a7dfb1b21893c1ab01d02b00e7f9e1b7ebd0198c.tar.bz2
Cleanup of last patch to Tk-Cocoa
Diffstat (limited to 'macosx/tkMacOSXSubwindows.c')
-rw-r--r--macosx/tkMacOSXSubwindows.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/macosx/tkMacOSXSubwindows.c b/macosx/tkMacOSXSubwindows.c
index 2a88422..72ef39c 100644
--- a/macosx/tkMacOSXSubwindows.c
+++ b/macosx/tkMacOSXSubwindows.c
@@ -805,10 +805,6 @@ TkMacOSXUpdateClipRgn(
/*
* TODO: Here we should handle out of process embedding.
*/
- } else if (winPtr->wmInfoPtr->attributes &
- kWindowResizableAttribute) {
- NSWindow *w = TkMacOSXDrawableWindow(winPtr->window);
-
}
macWin->aboveVisRgn = HIShapeCreateCopy(rgn);