remove class_exists wrapper for class definitions

This commit is contained in:
Tim Fry 2025-03-12 11:13:42 -03:00
parent b919ae88fe
commit 3a3b3d006d
1 changed files with 0 additions and 4 deletions

View File

@ -26,7 +26,6 @@
*/
//define the switch_recordings class
if (!class_exists('switch_recordings')) {
class switch_recordings {
/**
@ -158,6 +157,3 @@ if (!class_exists('switch_recordings')) {
} //method
} //class
}
?>