cocoa: remove a debug commento

fixup previous commit
This commit is contained in:
Stefano Pigozzi 2014-10-05 23:41:39 +02:00
parent 547b62f45e
commit 69508dc507
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
- (void)windowDidChangeBackingProperties:(NSNotification *)notification
{
// XXX: we maybe only need expose for this
// [self.adapter setNeedsResize];
[self.adapter setNeedsResize];
}
- (void)windowDidChangeScreenProfile:(NSNotification *)notification