Browse Source

obs-x264: Remove unused function

Norihiro Kamae 1 year ago
parent
commit
bec9f0c544
1 changed files with 0 additions and 2 deletions
  1. 0 2
      plugins/obs-x264/obs-x264.c

+ 0 - 2
plugins/obs-x264/obs-x264.c

@@ -74,8 +74,6 @@ static const char *obs_x264_getname(void *unused)
 	return "x264";
 }
 
-static void obs_x264_stop(void *data);
-
 static void clear_data(struct obs_x264 *obsx264)
 {
 	if (obsx264->context) {