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.master
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;
|
frame = source->cur_async_frame;
|
||||||
source->cur_async_frame = NULL;
|
source->cur_async_frame = NULL;
|
||||||
|
|
||||||
/* reset timing to current system time */
|
|
||||||
if (frame) {
|
if (frame) {
|
||||||
os_atomic_inc_long(&frame->refs);
|
os_atomic_inc_long(&frame->refs);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue