]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/opengl/opengl.factor
basis: use lint.vocabs tool to trim using lists
[factor.git] / basis / opengl / opengl.factor
index bb63cab67834b5792ed66d68cbe42a7a0b2082d2..4f1910eee5a3c24fac278278e253cb7271010a86 100644 (file)
@@ -3,7 +3,7 @@
 ! Portions copyright (C) 2008 Joe Groff.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: alien alien.c-types alien.data assocs colors
-combinators.smart continuations init io kernel math
+combinators.smart continuations io kernel math
 math.functions math.parser namespaces opengl.gl sequences
 sequences.generalizations specialized-arrays system words ;
 FROM: alien.c-types => float ;