remove max_objects

This commit is contained in:
Tino Hager
2018-06-27 23:59:10 +02:00
parent 170cebf8af
commit bff7644f31

View File

@ -22,8 +22,6 @@ extern "C" {
#define FRAMES 3
int max_objects() { return C_SHARP_MAX_OBJECTS; }
//static Detector* detector = NULL;
static std::unique_ptr<Detector> detector;