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:
parent
a5f78e6f92
commit
85a490c5e8
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user