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-08-18 22:23:15 +0300
committerClément Foucault <foucault.clem@gmail.com>2020-08-18 22:30:11 +0300
commit33fde699e2854fc3b40b8b39be3c67284e39cf7a (patch)
tree7a9711d4069325e4b9f2740c805ce0ff3486f5d7 /source/blender/gpu/intern
parente5796233c7039967b033452afc5d5a10e6cb5b3f (diff)
Cleanup: GPUState: Remove GPU_state_init()
Diffstat (limited to 'source/blender/gpu/intern')
-rw-r--r--source/blender/gpu/intern/gpu_state.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/gpu/intern/gpu_state.cc b/source/blender/gpu/intern/gpu_state.cc
index 796146abdde..f02ec9c5cd4 100644
--- a/source/blender/gpu/intern/gpu_state.cc
+++ b/source/blender/gpu/intern/gpu_state.cc
@@ -345,8 +345,4 @@ GPUStateManager::GPUStateManager(void)
mutable_state.stencil_reference = 0x00;
}
-void GPU_state_init(void)
-{
-}
-
/** \} */