automatic commit
[folded-ctf.git] / pi_feature.cc
index 300ccee..c3be53a 100644 (file)
@@ -45,13 +45,7 @@ int PiFeature::random_registration_mode(int level) {
       break;
 
     case 4:
-      if(level >= 2)
-        return PiReferential::RM_BODY;
-      break;
-
     case 5:
-      if(level >= 2)
-        return PiReferential::RM_BODY_EDGES;
       break;
 
     default: