image-source: Remove unused variable

This commit is contained in:
jp9000 2015-10-13 19:21:54 -07:00
parent c77544f546
commit 019f038dbe

View File

@ -167,7 +167,6 @@ static void image_source_render(void *data, gs_effect_t *effect)
static void image_source_tick(void *data, float seconds)
{
struct image_source *context = data;
uint64_t now = os_gettime_ns();
if (!obs_source_showing(context->source)) return;