From 689cd49694d4ddd5ac601de96367c8638396aa8b Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 7 Feb 2021 18:23:17 +0100 Subject: [PATCH] drop "experimental pipe settings" (will become unavailable in the future) --- owrx/controllers/settings.py | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/owrx/controllers/settings.py b/owrx/controllers/settings.py index 0c9f00e..150745f 100644 --- a/owrx/controllers/settings.py +++ b/owrx/controllers/settings.py @@ -168,27 +168,6 @@ class GeneralSettingsController(AdminController): checkboxText="Enable lookup of DMR ids in the radioid database to show callsigns and names", ), ), - Section( - "Experimental pipe settings", - CheckboxInput( - "csdr_dynamic_bufsize", - "", - checkboxText="Enable dynamic buffer sizes", - infotext="This allows you to change the buffering mode of csdr.", - ), - CheckboxInput( - "csdr_print_bufsizes", - "", - checkboxText="Print buffer sizez", - infotext="This prints the buffer sizes used for csdr processes.", - ), - CheckboxInput( - "csdr_through", - "", - checkboxText="Print throughput", - infotext="Enabling this will print out how much data is going into the DSP chains.", - ), - ), Section( "Map settings", TextInput(