[Bf-blender-cvs] [6c66f3e2b30] master: GPU: Remove prototype without implementation.

Jeroen Bakker noreply at git.blender.org
Thu Feb 2 11:46:38 CET 2023


Commit: 6c66f3e2b30720e03ed94db8b71a296016c441c8
Author: Jeroen Bakker
Date:   Thu Feb 2 11:46:29 2023 +0100
Branches: master
https://developer.blender.org/rB6c66f3e2b30720e03ed94db8b71a296016c441c8

GPU: Remove prototype without implementation.

`GPUShaderInterface(const ShaderCreateInfo&)` is defined but its
implementation has been removed.

===================================================================

M	source/blender/gpu/intern/gpu_shader_interface.hh

===================================================================

diff --git a/source/blender/gpu/intern/gpu_shader_interface.hh b/source/blender/gpu/intern/gpu_shader_interface.hh
index d2cba056190..c27b5cc1a37 100644
--- a/source/blender/gpu/intern/gpu_shader_interface.hh
+++ b/source/blender/gpu/intern/gpu_shader_interface.hh
@@ -68,7 +68,6 @@ class ShaderInterface {
 
  public:
   ShaderInterface();
-  ShaderInterface(const shader::ShaderCreateInfo &info);
   virtual ~ShaderInterface();
 
   void debug_print();



More information about the Bf-blender-cvs mailing list