Fixed the broken Mac OS X build and removed some leftover debugging cruft.

This commit is contained in:
Pietro Gagliardi 2014-08-04 17:33:13 -04:00
parent caa64a3dbe
commit 74e2214f43
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@
- (void)setFrameSize:(NSSize)s
{
NSLog(@"setFrameSize %@", NSStringFromSize(s));
[super setFrameSize:s];
if (self->gocontainer != NULL)
containerResized(self->gocontainer, (intptr_t) s.width, (intptr_t) s.height);

View File

@ -4,7 +4,6 @@ package ui
import (
"unsafe"
"fmt"
)
// #include "objc_darwin.h"