소스 검색

remove useless variables stdlibtypeindex

gsp 1 년 전
부모
커밋
44992edd00
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      OTSIncAMeasureApp/1-OTSMeasure/Measure/ParamData/OTSGeneralParam.cs

+ 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);