From d751f7b6a0148b4a2c096474d7c0a0f32eafac8e Mon Sep 17 00:00:00 2001 From: EXtremeExploit Date: Sun, 12 May 2024 20:51:57 -0300 Subject: [PATCH] Delete extra state call before loop --- src/auto-splitter.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/auto-splitter.c b/src/auto-splitter.c index 996cea5..09ef175 100644 --- a/src/auto-splitter.c +++ b/src/auto-splitter.c @@ -371,11 +371,6 @@ void run_auto_splitter() startup(L); } - if (state_exists) - { - state(L); - } - printf("Refresh rate: %d\n", refresh_rate); int rate = 1000000 / refresh_rate;