DEADSOFTWARE

xdynrec: some hackcode cleanup
authorKetmar Dark <ketmar@ketmar.no-ip.org>
Fri, 1 Sep 2017 03:38:00 +0000 (06:38 +0300)
committerKetmar Dark <ketmar@ketmar.no-ip.org>
Fri, 1 Sep 2017 03:38:26 +0000 (06:38 +0300)
src/shared/xdynrec.pas

index e5d0b39acc3a8189fc2ac66bd23e2ada8be5cf59..9d6a9a2ef4f2f85bbfbafd248fd6a93235fbda91 100644 (file)
@@ -143,7 +143,7 @@ type
     property name: AnsiString read mName;
     property baseType: TType read mType;
     property negbool: Boolean read mNegBool;
-    property defined: Boolean read mDefined write mDefined;
+    property defined: Boolean read mDefined;
     property internal: Boolean read mInternal write mInternal;
     property hasTPrefix: Boolean read mAsT;
     property separatePasFields: Boolean read mSepPosSize;
@@ -156,7 +156,7 @@ type
     property ebs: TEBS read mEBS;
     property ebstype: TObject read mEBSType;
     property ebstypename: AnsiString read mEBSTypeName; // enum/bitset name
-    property recref: TDynRecord read mRecRef write mRecRef; //FIXME: writing is a hack!
+    property recref: TDynRecord read mRecRef;
     property recrefIndex: Integer read getRecRefIndex; // search for this record in header; -1: not found
     // for lists
     property count: Integer read getListCount;