A lot more old methods deprecated and already deprecated methods removed
[shipsimu.git] / application / ship-simu / main / personell / class_SimulatorPersonell.php
index 2aabd8b328a1d1972c7a89b9ed2f5145e62f003c..f0b33b8a43905d2a255caeb1f0b1801b40d0e7bd 100644 (file)
@@ -386,25 +386,6 @@ class SimulatorPersonell extends BasePersonell {
                return $surname;
        }
 
-       /**
-        * Saves only the personell list to the database
-        *
-        * @return      void
-        */
-       public function saveObjectToDatabase () {
-               // Get the database
-               $dbInstance = $this->getDatabaseInstance();
-
-               // Prepare the limitation object. We just need the personellList array object.
-               $limitInstance = ObjectLimits::createObjectLimits(array("personellList"));
-
-               // Limitate the saving amount
-               $dbInstance->limitObject($limitInstance);
-
-               // Save this object
-               $dbInstance->saveObject($this);
-       }
-
        /**
         * Getter for personell list
         *