remove class_exists wrapper for class definitions

This commit is contained in:
Tim Fry 2025-03-12 11:15:06 -03:00
parent 6aab8c39da
commit bfc59b2152
1 changed files with 0 additions and 4 deletions

View File

@ -27,7 +27,6 @@
/**
* Define the operator_panel class
*/
if (!class_exists('basic_operator_panel')) {
class basic_operator_panel {
/**
@ -245,6 +244,3 @@ if (!class_exists('basic_operator_panel')) {
return $result;
}
}
}
?>