]> gitweb.factorcode.org Git - factor.git/commitdiff
qtkit: disable movie-attributes.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 24 Mar 2021 00:23:16 +0000 (17:23 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 24 Mar 2021 00:23:16 +0000 (17:23 -0700)
extra/qtkit/qtkit.factor

index 919e0d2d29a7b533e3a90b98fa4d2cc42ebd3807..46cb27d8b5b97f50ee50f7060f568faa1235c4a8 100644 (file)
@@ -79,8 +79,9 @@ IMPORT: QTTrack
 : <movie> ( filename -- movie )
     QTMovie swap <NSString> f -> movieWithFile:error: -> retain ;
 
-: movie-attributes ( movie -- attributes )
-    -> movieAttributes plist> ;
+! XXX: this was breaking, commenting out for now
+! : movie-attributes ( movie -- attributes )
+!     -> movieAttributes plist> ;
 
 : play ( movie -- )
     -> play ;