Remove roundrobin

This commit is contained in:
MrDave
2020-12-05 15:42:49 -07:00
committed by Mr-Dave
parent 77f6b24f65
commit 0163267755
10 changed files with 730 additions and 1122 deletions

View File

@@ -1030,7 +1030,6 @@ static void mlp_detection(struct ctx_cam *cam)
if (cam->conf->primary_method == 0){
alg_diff(cam);
alg_lightswitch(cam);
alg_switchfilter(cam);
alg_despeckle(cam);
alg_tune_smartmask(cam);
} else if (cam->conf->primary_method == 1) {