Skip to content

Commit bec9f0c

Browse files
norihiroRytoEX
authored andcommitted
obs-x264: Remove unused function
1 parent 384a5e7 commit bec9f0c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

plugins/obs-x264/obs-x264.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ static const char *obs_x264_getname(void *unused)
7474
return "x264";
7575
}
7676

77-
static void obs_x264_stop(void *data);
78-
7977
static void clear_data(struct obs_x264 *obsx264)
8078
{
8179
if (obsx264->context) {

0 commit comments

Comments
 (0)