diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-13 09:40:19 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-13 09:40:19 -0400 |
| commit | 62b3c26107a90764e95b8ad0b87e4d021891f4d6 (patch) | |
| tree | f19080e2ed6a1497b20655191ccddfd8b407faf3 /area_darwin.go | |
| parent | 11ef974b4875216b401584065d59e32b629bf5bc (diff) | |
Removed the class creation at runtime stuff and its residue from the Go files. This also cleans up the initialization stuff on the Go side too.
Diffstat (limited to 'area_darwin.go')
| -rw-r--r-- | area_darwin.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/area_darwin.go b/area_darwin.go index 5409d2e..d7167a5 100644 --- a/area_darwin.go +++ b/area_darwin.go @@ -18,10 +18,6 @@ var ( _NSView = objc_getClass("NSView") ) -func mkAreaClass() error { - return nil -} - func makeArea(parentWindow C.id, alternate bool, s *sysData) C.id { area := C.makeArea() area = newScrollView(area) |
