Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Foucault <foucault.clem@gmail.com>2020-09-12 17:22:06 +0300
committerClément Foucault <foucault.clem@gmail.com>2020-09-12 17:22:06 +0300
commit0639f008b6027d9ae1f29a5ecef835333b039b7e (patch)
treefcf98abbb3a9f8b2a80d71160f2d3a6959bc0d4c /source/blender/gpu/CMakeLists.txt
parent6432fa488a8a8ac43f340d492da4fbca0f94e085 (diff)
Cleanup: GPU: Remove unused GPU_debug
Diffstat (limited to 'source/blender/gpu/CMakeLists.txt')
-rw-r--r--source/blender/gpu/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt
index b763ea2a528..b7ffa59538a 100644
--- a/source/blender/gpu/CMakeLists.txt
+++ b/source/blender/gpu/CMakeLists.txt
@@ -62,7 +62,6 @@ set(SRC
intern/gpu_capabilities.cc
intern/gpu_codegen.c
intern/gpu_context.cc
- intern/gpu_debug.cc
intern/gpu_drawlist.cc
intern/gpu_framebuffer.cc
intern/gpu_immediate.cc
@@ -113,7 +112,6 @@ set(SRC
GPU_capabilities.h
GPU_common.h
GPU_context.h
- GPU_debug.h
GPU_drawlist.h
GPU_framebuffer.h
GPU_immediate.h