remove unused method Admin::settings_uninstall_section()

This commit is contained in:
Stefan Kalscheuer 2024-03-24 13:50:24 +01:00
parent 20401382b7
commit e738da4f8f
Signed by: stefan
GPG Key ID: 3887EC2A53B55430

View File

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