X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fio%2Fclass_FileIoStream.php;h=7e257be47de862745dc7ce7ca2d6d3f1e557183e;hb=5bf79580029c4f6ee71e6c9e7890169e4b344def;hp=4c97338ac60a5f130c8ac3f202425d709602db23;hpb=d527a312ec4b2983fc0ecda2179ce335c1a5a1f9;p=shipsimu.git diff --git a/inc/classes/main/io/class_FileIoStream.php b/inc/classes/main/io/class_FileIoStream.php index 4c97338..7e257be 100644 --- a/inc/classes/main/io/class_FileIoStream.php +++ b/inc/classes/main/io/class_FileIoStream.php @@ -29,12 +29,6 @@ class FileIoStream extends BaseFrameworkSystem implements FileInputStreamer, Fil // Call parent constructor parent::__construct(__CLASS__); - // Set part description - $this->setObjectDescription("Universal file I/O stream system"); - - // Create unique ID - $this->generateUniqueId(); - // Clean-up a little $this->removeNumberFormaters(); $this->removeSystemArray();