remove class_exists wrapper for class definitions

This commit is contained in:
Tim Fry 2025-03-12 11:14:52 -03:00
parent f8fa0c61d7
commit d39469d9e1
1 changed files with 0 additions and 8 deletions

View File

@ -26,12 +26,7 @@
/**
* conference_controls class
*
* @method null delete
* @method null toggle
* @method null copy
*/
if (!class_exists('conference_controls')) {
class conference_controls {
/**
@ -426,6 +421,3 @@ if (!class_exists('conference_controls')) {
}
}
}
?>