audio_setup: cleanup unused clockrec

Origin commit data
------------------
Commit: fe92d1cb67
Author: Frankenstone <dampf_acc@online.de>
Date: 2021-12-09 (Thu, 09 Dec 2021)
This commit is contained in:
Frankenstone
2021-12-09 23:35:50 +01:00
committed by vanhofen
parent 5da4b61ee7
commit 14cabd1914
8 changed files with 0 additions and 22 deletions

View File

@@ -514,7 +514,6 @@ int CNeutrinoApp::loadSetup(const char *fname)
g_settings.analog_out = configfile.getInt32("analog_out", 1);
g_settings.avsync = configfile.getInt32("avsync", 1);
g_settings.clockrec = configfile.getInt32("clockrec", 1);
g_settings.video_dbdr = configfile.getInt32("video_dbdr", 0);
for (int i = 0; i < VIDEOMENU_VIDEOMODE_OPTION_COUNT; i++)
@@ -1738,7 +1737,6 @@ void CNeutrinoApp::saveSetup(const char *fname)
configfile.setInt32("analog_out", g_settings.analog_out);
configfile.setInt32("avsync", g_settings.avsync);
configfile.setInt32("clockrec", g_settings.clockrec);
configfile.setInt32("video_dbdr", g_settings.video_dbdr);
for (int i = 0; i < VIDEOMENU_VIDEOMODE_OPTION_COUNT; i++)