From 7209d53c8303094c42e8425f683f89658d54a65b Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 10 Jul 2018 02:06:54 -0500 Subject: [PATCH] Revert "gpu: Load all the links for the docs to not error with: ``Help article does not exist name "gpu.textures"``" This reverts commit 76f4678a963a1adb90861fea7cd8bf6dbb8d3db3. This breaks ``"cuda" load`` with circularity. --- extra/gpu/gpu-docs.factor | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extra/gpu/gpu-docs.factor b/extra/gpu/gpu-docs.factor index 640aa6b1ad..6933ba1979 100644 --- a/extra/gpu/gpu-docs.factor +++ b/extra/gpu/gpu-docs.factor @@ -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