X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fcocoa%2Ftouchbar%2Ftouchbar.factor;h=701c0dc6acbadd86c1caf4c0038bd9bb9470a8f5;hp=6d198f075f2979d83e78630733d29a7b405f70fb;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/cocoa/touchbar/touchbar.factor b/basis/cocoa/touchbar/touchbar.factor index 6d198f075f..701c0dc6ac 100644 --- a/basis/cocoa/touchbar/touchbar.factor +++ b/basis/cocoa/touchbar/touchbar.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2017 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. USING: alien.c-types cocoa cocoa.classes cocoa.messages -cocoa.runtime combinators core-foundation.strings kernel locals ; +cocoa.runtime combinators core-foundation.strings kernel ; IN: cocoa.touchbar : make-touchbar ( seq self -- touchbar )