Bladeren bron

obs-x264: Remove unused function

Norihiro Kamae 1 jaar geleden
bovenliggende
commit
bec9f0c544
1 gewijzigde bestanden met toevoegingen van 0 en 2 verwijderingen
  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) {