Browse Source

libobs-opengl: Remove unused static-inline function

Norihiro Kamae 1 year ago
parent
commit
5dd97b3688
1 changed files with 0 additions and 5 deletions
  1. 0 5
      libobs-opengl/gl-shader.c

+ 0 - 5
libobs-opengl/gl-shader.c

@@ -25,11 +25,6 @@
 #include "gl-subsystem.h"
 #include "gl-subsystem.h"
 #include "gl-shaderparser.h"
 #include "gl-shaderparser.h"
 
 
-static inline void shader_param_init(struct gs_shader_param *param)
-{
-	memset(param, 0, sizeof(struct gs_shader_param));
-}
-
 static inline void shader_param_free(struct gs_shader_param *param)
 static inline void shader_param_free(struct gs_shader_param *param)
 {
 {
 	bfree(param->name);
 	bfree(param->name);