Prechádzať zdrojové kódy

remove useless variables stdlibtypeindex

gsp 1 rok pred
rodič
commit
44992edd00

+ 2 - 2
OTSIncAMeasureApp/1-OTSMeasure/Measure/ParamData/OTSGeneralParam.cs

@@ -266,7 +266,7 @@ namespace OTSModelSharp
             xString xstrMeasParamFileFolderName = new xString();
             xString xstrPartSTDLibFolderName = new xString();
             xString xstrSTDSelect = new xString();
-            xInt xnStdLibTypeIndex = new xInt();
+            //xInt xnStdLibTypeIndex = new xInt();
             xInt xnSteelTechnology = new xInt();
             xInt xnDefaultShape = new xInt();
             xBool xbUseSysSTD = new xBool();
@@ -277,7 +277,7 @@ namespace OTSModelSharp
             slo.Register("MeasSwitch", xbMeasSwitch);
             slo.Register("MeasParamFileFolderName", xstrMeasParamFileFolderName);
             slo.Register("PartSTDLibFolderName", xstrPartSTDLibFolderName);
-            slo.Register("StdLibTypeIndex", xnStdLibTypeIndex);
+            //slo.Register("StdLibTypeIndex", xnStdLibTypeIndex);
             slo.Register("StdLibFileName", xstrSTDSelect);
             slo.Register("SteelTechnology", xnSteelTechnology);
             slo.Register("DefaultShape", xnDefaultShape);