Skip to content

Commit

Permalink
display: revert testing code from refresh rate calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
rasky committed Jul 1, 2024
1 parent 65b65ac commit e3c245b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/display.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ static inline int buffer_next(int idx) {
/** Calculate the actual refresh rate of the display given the current VI configuration */
static float calc_refresh_rate(void)
{
return 60.0f;
int clock;
switch (__tv_type) {
case TV_PAL: clock = 49656530; break;
Expand Down

0 comments on commit e3c245b

Please sign in to comment.