1
0
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:
Alexander Medvednikov
2020-11-20 23:49:52 +01:00
parent e53b451d60
commit 99bdb87a01
3 changed files with 7 additions and 3 deletions

View File

@@ -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
}