Doublicate method removeDraught() removed
authorRoland Häder <roland@mxchange.org>
Mon, 7 Apr 2008 12:35:29 +0000 (12:35 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 7 Apr 2008 12:35:29 +0000 (12:35 +0000)
application/ship-simu/main/constructions/class_BaseConstruction.php

index dd36ae6b192afb2b632a994ab569d3490f20f949..d97f279f8fd124610e1547ba5fccb432939e5579 100644 (file)
@@ -51,14 +51,6 @@ class BaseConstruction extends BaseSimulator {
        public function constructor ($class) {
                $this->__construct($class);
        }
        public function constructor ($class) {
                $this->__construct($class);
        }
-
-       // Tiefgang entfernen
-       public final function removeDraught () {
-               if (defined('DEBUG_CORE')) $this->getDebugInstance()->output(sprintf("[%s:] Tiefgang wird entfernt.<br />\n",
-                       $this->__toString()
-               ));
-               unset($this->draught);
-       }
 }
 
 // [EOF]
 }
 
 // [EOF]