summaryrefslogtreecommitdiff
path: root/sysdata_darwin.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-05-15 19:55:16 -0400
committerPietro Gagliardi <[email protected]>2014-05-15 19:55:16 -0400
commit9d8976ababebfd7ce670cdb05e3bc303ac466bf6 (patch)
treef9ef14b706baab853c9067f25a4fc57174d0d7ad /sysdata_darwin.go
parentb73d4e9010a273fd4e3e0b809959387a3b020cb0 (diff)
Migrated everything else to Objective-C native; fixed a few things I missed along the way.
Diffstat (limited to 'sysdata_darwin.go')
-rw-r--r--sysdata_darwin.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdata_darwin.go b/sysdata_darwin.go
index 3b2bc38..a69f868 100644
--- a/sysdata_darwin.go
+++ b/sysdata_darwin.go
@@ -91,7 +91,6 @@ var (
_deselectItemAtIndex = sel_getUid("deselectItemAtIndex:")
)
-// because the only way to make a new NSControl/NSView is with a frame (it gets overridden later)
func initWithDummyFrame(self C.id) C.id {
return C.objc_msgSend_rect(self, _initWithFrame,
C.int64_t(0), C.int64_t(0), C.int64_t(100), C.int64_t(100))