remove class_exists wrapper for class definitions

This commit is contained in:
Tim Fry 2025-03-12 11:10:39 -03:00
parent aeae0d759b
commit e385d3ae52
1 changed files with 0 additions and 4 deletions

View File

@ -25,7 +25,6 @@
*/
//define the user settings class
if (!class_exists('user_settings')) {
class user_settings {
/**
@ -181,6 +180,3 @@ if (!class_exists('user_settings')) {
} //method
} //class
}
?>