소스 검색

remove unused variable

George Ruinelli 3 년 전
부모
커밋
b215345f11
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      code/components/jomjol_flowcontroll/ClassFlowCNNGeneral.h

+ 0 - 1
code/components/jomjol_flowcontroll/ClassFlowCNNGeneral.h

@@ -20,7 +20,6 @@ class ClassFlowCNNGeneral :
     public ClassFlowImage
     public ClassFlowImage
 {
 {
 protected:
 protected:
-    //bool debugdetailgeneral = true; // TODO: This variable never gets set otherwise!
     t_CNNType CNNType;
     t_CNNType CNNType;
     std::vector<general*> GENERAL;
     std::vector<general*> GENERAL;
     float CNNGoodThreshold;
     float CNNGoodThreshold;