summaryrefslogtreecommitdiff
path: root/window_darwin.m
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-10-27 23:57:54 -0400
committerPietro Gagliardi <[email protected]>2014-10-27 23:57:54 -0400
commit6b27bd732743948e0002abe4d452212fad8ac045 (patch)
tree65ae76cefa98fb72adbcb48fd4432b967afb20bd /window_darwin.m
parenta2cbccd41e1ed2f3f8cf832594d27343278000b7 (diff)
Restructured container on Mac OS X likewise. Still have to test.
Diffstat (limited to 'window_darwin.m')
-rw-r--r--window_darwin.m5
1 files changed, 0 insertions, 5 deletions
diff --git a/window_darwin.m b/window_darwin.m
index b156392..21287cf 100644
--- a/window_darwin.m
+++ b/window_darwin.m
@@ -20,11 +20,6 @@
return windowClosing(self->gowin);
}
-- (void)windowDidResize:(NSNotification *)note
-{
- windowResized(self->gowin);
-}
-
@end
id newWindow(intptr_t width, intptr_t height)