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>2018-07-27 19:12:02 +0300
committerClément Foucault <foucault.clem@gmail.com>2018-07-27 19:12:02 +0300
commit48759580839aa4e2ad2541ff4c19baaaf751721d (patch)
treebdf4ba780f898023762f24d9327b757f27f3ff8e /source/blender/gpu/GPU_material.h
parentbdbc6fafc038afdffdb4d040ea692f15f31a0048 (diff)
Cleanup: Remove occurances of GPULamp
Diffstat (limited to 'source/blender/gpu/GPU_material.h')
-rw-r--r--source/blender/gpu/GPU_material.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/gpu/GPU_material.h b/source/blender/gpu/GPU_material.h
index f2c029f643e..9fea9eaf4e1 100644
--- a/source/blender/gpu/GPU_material.h
+++ b/source/blender/gpu/GPU_material.h
@@ -55,7 +55,6 @@ struct GPUNodeStack;
struct GPUMaterial;
struct GPUTexture;
struct GPUUniformBuffer;
-struct GPULamp;
struct PreviewImage;
struct World;
struct bNode;