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(