remove unused variable

This commit is contained in:
George Ruinelli
2022-10-22 21:45:35 +02:00
parent 1e698440f9
commit b215345f11

View File

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