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;