Fixed the broken Mac OS X build and removed some leftover debugging cruft.
This commit is contained in:
parent
caa64a3dbe
commit
74e2214f43
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
- (void)setFrameSize:(NSSize)s
|
- (void)setFrameSize:(NSSize)s
|
||||||
{
|
{
|
||||||
NSLog(@"setFrameSize %@", NSStringFromSize(s));
|
|
||||||
[super setFrameSize:s];
|
[super setFrameSize:s];
|
||||||
if (self->gocontainer != NULL)
|
if (self->gocontainer != NULL)
|
||||||
containerResized(self->gocontainer, (intptr_t) s.width, (intptr_t) s.height);
|
containerResized(self->gocontainer, (intptr_t) s.width, (intptr_t) s.height);
|
||||||
|
|
|
@ -4,7 +4,6 @@ package ui
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"unsafe"
|
"unsafe"
|
||||||
"fmt"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// #include "objc_darwin.h"
|
// #include "objc_darwin.h"
|
||||||
|
|
Loading…
Reference in New Issue