remove class_exists wrapper for class definitions

This commit is contained in:
Tim Fry 2025-03-12 11:12:41 -03:00
parent 169941af16
commit d664ca4486
1 changed files with 0 additions and 4 deletions

View File

@ -25,7 +25,6 @@
*/
//define the streams class
if (!class_exists('streams')) {
class streams {
/**
@ -244,6 +243,3 @@ if (!class_exists('streams')) {
}
}
}
?>