]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/personell/company/class_CompanyEmployee.php
A lot more old methods deprecated and already deprecated methods removed
[shipsimu.git] / application / ship-simu / main / personell / company / class_CompanyEmployee.php
index 467721893b9046c426dfb4d1fa03f3cafc7a9fcb..06fcd7cba977d6359c7f5eb73a725d623fe8a27d 100644 (file)
@@ -94,20 +94,6 @@ class CompanyEmployee extends SimulatorPersonell {
                }
                unset($this->employeeList);
        }
-
-       /**
-        * Call parent method
-        */
-       public function saveObjectToDatabase () {
-               parent::saveObjectToDatabase();
-       }
-
-       /**
-        * Limits this object with an ObjectLimits instance
-        */
-       public function limitObject (ObjectLimits $limitInstance) {
-               parent::limitObject($limitInstance);
-       }
 }
 
 // [EOF]