]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/opengl/gl/gl.factor
Merge qualified, alias, symbols, constants into core
[factor.git] / basis / opengl / gl / gl.factor
index a7337da353fb9c8eb6ef372083737be812394bd6..c32f62bf33d1815e1fd5ec4420906bdaf74a3f9c 100644 (file)
@@ -4,7 +4,7 @@
 ! This file is based on the gl.h that comes with xorg-x11 6.8.2
 
 USING: alien alien.syntax combinators kernel parser sequences
-system words opengl.gl.extensions alias constants ;
+system words opengl.gl.extensions ;
 
 IN: opengl.gl