Skip to content

Commit 5dd97b3

Browse files
norihiroRytoEX
authored andcommitted
libobs-opengl: Remove unused static-inline function
1 parent 9a99758 commit 5dd97b3

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

libobs-opengl/gl-shader.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@
2525
#include "gl-subsystem.h"
2626
#include "gl-shaderparser.h"
2727

28-
static inline void shader_param_init(struct gs_shader_param *param)
29-
{
30-
memset(param, 0, sizeof(struct gs_shader_param));
31-
}
32-
3328
static inline void shader_param_free(struct gs_shader_param *param)
3429
{
3530
bfree(param->name);

0 commit comments

Comments
 (0)