Remove unreachable code

This commit is contained in:
John Lewin 2019-01-28 15:56:32 -08:00
parent e2a9d81e77
commit 00a3b33a4c

View file

@ -804,8 +804,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
break;
#endif
}
return (T)(object)(LevelingSystem.Probe3Points);
}
else if (typeof(T) == typeof(bool))
{