remove unused method Admin::settings_uninstall_section()

This commit is contained in:
2024-03-24 13:50:24 +01:00
parent 20401382b7
commit e738da4f8f

View File

@ -135,14 +135,6 @@ class Admin extends SCLiveticker {
public static function settings_general_section(): void {
}
/**
* Render uninstall section.
*
* @return void
*/
public static function settings_uninstall_section(): void {
}
/**
* Render enable AJAX field.
*