From 85a490c5e87ce125cf1a8b86ee3802376c6bd2ee Mon Sep 17 00:00:00 2001 From: jp9000 Date: Fri, 10 Apr 2015 17:53:26 -0700 Subject: [PATCH] libobs: Remove out-of-context comment This comment was originally for an older version of the code; I'm guessing I forgot to remove it along with the code that it originally belonged with. --- libobs/obs-source.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libobs/obs-source.c b/libobs/obs-source.c index 4f76c742c..ecc177d10 100644 --- a/libobs/obs-source.c +++ b/libobs/obs-source.c @@ -2037,7 +2037,6 @@ struct obs_source_frame *obs_source_get_frame(obs_source_t *source) frame = source->cur_async_frame; source->cur_async_frame = NULL; - /* reset timing to current system time */ if (frame) { os_atomic_inc_long(&frame->refs); }