From 8ccf6253f587026369f0f7c384d1e20e7a818021 Mon Sep 17 00:00:00 2001 From: skal Date: Thu, 12 Feb 2026 09:40:13 +0100 Subject: cleanup: remove test-only files from main workspace Remove test snippets (a/b) that belong in test workspace only. Co-Authored-By: Claude Sonnet 4.5 --- workspaces/main/shaders/test_snippet_b.wgsl | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 workspaces/main/shaders/test_snippet_b.wgsl (limited to 'workspaces/main/shaders/test_snippet_b.wgsl') diff --git a/workspaces/main/shaders/test_snippet_b.wgsl b/workspaces/main/shaders/test_snippet_b.wgsl deleted file mode 100644 index 071346e..0000000 --- a/workspaces/main/shaders/test_snippet_b.wgsl +++ /dev/null @@ -1,4 +0,0 @@ -// test_snippet_b.wgsl -fn snippet_b() -> f32 { - return 2.0; -} -- cgit v1.2.3