]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "gpu: Load all the links for the docs to not error with: ``Help article does...
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 10 Jul 2018 07:06:54 +0000 (02:06 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 10 Jul 2018 07:06:54 +0000 (02:06 -0500)
This reverts commit 76f4678a963a1adb90861fea7cd8bf6dbb8d3db3.

This breaks ``"cuda" load`` with circularity.

extra/gpu/gpu-docs.factor

index 640aa6b1ad951491e84f50e99748480d603a89d0..6933ba1979f69cbd0b9f0fc9e932dcd6bd58078e 100644 (file)
@@ -1,7 +1,6 @@
 ! Copyright (C) 2009 Joe Groff.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: gpu.private help.markup help.syntax ui.gadgets.worlds
-gpu.textures gpu.state gpu.framebuffers gpu.shaders gpu.render ;
+USING: gpu.private help.markup help.syntax ui.gadgets.worlds ;
 IN: gpu
 
 HELP: finish-gpu