From e3c245bd9409f901bf1b01cd4ca853865d92cbec Mon Sep 17 00:00:00 2001 From: Giovanni Bajo Date: Mon, 1 Jul 2024 23:03:02 +0200 Subject: [PATCH] display: revert testing code from refresh rate calculation --- src/display.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/display.c b/src/display.c index a51fcd682..ec8c11457 100644 --- a/src/display.c +++ b/src/display.c @@ -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;