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.
This commit is contained in:
jp9000 2015-04-10 17:53:26 -07:00
parent a5f78e6f92
commit 85a490c5e8

View File

@ -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);
}