浏览代码

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) {