Skip to content

Commit ea98c86

Browse files
committed
Leftover cleanup
1 parent 6ff3332 commit ea98c86

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

gfx/video_driver.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5318,11 +5318,6 @@ static INLINE int16_t video_driver_scanline_get(void)
53185318
return -1;
53195319
}
53205320

5321-
static INLINE void video_driver_scanline_pause(float refresh_rate)
5322-
{
5323-
video_driver_state_t *video_st = video_state_get_ptr();
5324-
}
5325-
53265321
static INLINE void video_driver_scanline_before_frame(video_driver_state_t *video_st,
53275322
float refresh_rate,
53285323
uint16_t frame_time_target,

0 commit comments

Comments
 (0)