diff options
Diffstat (limited to 'src/lib/ecore_cocoa')
-rw-r--r-- | src/lib/ecore_cocoa/ecore_cocoa_window.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ecore_cocoa/ecore_cocoa_window.m b/src/lib/ecore_cocoa/ecore_cocoa_window.m index 5bd2e0fd5d..08436148ca 100644 --- a/src/lib/ecore_cocoa/ecore_cocoa_window.m +++ b/src/lib/ecore_cocoa/ecore_cocoa_window.m | |||
@@ -56,7 +56,6 @@ static NSCursor *_cursors[__ECORE_COCOA_CURSOR_LAST]; | |||
56 | 56 | ||
57 | - (void)windowWillClose:(NSNotification *) notification | 57 | - (void)windowWillClose:(NSNotification *) notification |
58 | { | 58 | { |
59 | NSLog(@"window is going to be closed"); | ||
60 | Ecore_Cocoa_Event_Window_Destroy *event; | 59 | Ecore_Cocoa_Event_Window_Destroy *event; |
61 | 60 | ||
62 | event = malloc(sizeof(*event)); | 61 | event = malloc(sizeof(*event)); |