X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fdatabase%2Fclass_;h=1fdbd071bf1e365b33bb526669ecac4d98965a92;hp=c97202d72ebb524a7346383aa4493509e0cfa8e4;hb=ec23e72b16433ac136817f3ea78697fb70236e4a;hpb=e2846002167edccccb1240437f40ee057075d0d9 diff --git a/inc/classes/main/database/class_ b/inc/classes/main/database/class_ index c97202d..1fdbd07 100644 --- a/inc/classes/main/database/class_ +++ b/inc/classes/main/database/class_ @@ -32,12 +32,6 @@ class extends BaseDatabaseFrontend { // Call parent constructor parent::__construct($class); - // Set part description - $this->setObjectDescription(""); - - // Create unique ID number - $this->generateUniqueId(); - // Clean up a little $this->removeNumberFormaters(); $this->removeSystemArray();