diff --git a/src/openalpr/alpr_impl.cpp b/src/openalpr/alpr_impl.cpp index 0d9f7d8..162ed10 100644 --- a/src/openalpr/alpr_impl.cpp +++ b/src/openalpr/alpr_impl.cpp @@ -511,10 +511,6 @@ namespace alpr void AlprImpl::setDefaultRegion(string region) { this->defaultRegion = region; - if (!region.empty() && this->stateIdentifier == NULL) - { - this->stateIdentifier = new StateIdentifier(this->config); - } } std::string AlprImpl::getVersion()