From 7e4972e747478084f4237d0fb2a2f16774cd2fad Mon Sep 17 00:00:00 2001 From: fryshorts Date: Sun, 10 Aug 2014 14:53:44 +0200 Subject: [PATCH] Small cleanups in v4l2 plugin. --- plugins/linux-v4l2/v4l2-input.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/linux-v4l2/v4l2-input.c b/plugins/linux-v4l2/v4l2-input.c index f132b6676..9aca48c19 100644 --- a/plugins/linux-v4l2/v4l2-input.c +++ b/plugins/linux-v4l2/v4l2-input.c @@ -696,7 +696,6 @@ static bool resolution_selected(obs_properties_t props, obs_property_t p, static obs_properties_t v4l2_properties(void) { - /* TODO: locale */ obs_properties_t props = obs_properties_create(); obs_property_t device_list = obs_properties_add_list(props, @@ -889,8 +888,6 @@ static void v4l2_update(void *vptr, obs_data_t settings) static void *v4l2_create(obs_data_t settings, obs_source_t source) { - UNUSED_PARAMETER(settings); - struct v4l2_data *data = bzalloc(sizeof(struct v4l2_data)); data->dev = -1; data->source = source; -- GitLab