Преглед изворни кода

obs-x264: Remove unused function

Norihiro Kamae пре 1 година
родитељ
комит
bec9f0c544
1 измењених фајлова са 0 додато и 2 уклоњено
  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) {