From 77bf566ebbcb62acd4d08d905d9542d6ff9b6b80 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 30 Aug 2014 23:02:02 -0400 Subject: ...in with the new. --- redo/common_darwin.go | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 redo/common_darwin.go (limited to 'redo/common_darwin.go') diff --git a/redo/common_darwin.go b/redo/common_darwin.go deleted file mode 100644 index bf8c0c0..0000000 --- a/redo/common_darwin.go +++ /dev/null @@ -1,20 +0,0 @@ -// 20 july 2014 - -package ui - -// #include "objc_darwin.h" -import "C" - -func fromBOOL(b C.BOOL) bool { - if b != C.NO { - return true - } - return false -} - -func toBOOL(b bool) C.BOOL { - if b == true { - return C.YES - } - return C.NO -} -- cgit v1.2.3