mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: remove #objc for good
This commit is contained in:
@@ -43,7 +43,7 @@ fn (cb &Clipboard) has_ownership() bool {
|
||||
if cb.last_cb_serial == 0 {
|
||||
return false
|
||||
}
|
||||
#return [cb->pb changeCount] == cb->last_cb_serial;
|
||||
//#return [cb->pb changeCount] == cb->last_cb_serial;
|
||||
return false
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user