mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-19 11:44:38 -04:00
image-source: Remove unused variable
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user