From 72065b0d3960ec9b4aa90cce1a6e810e8bab68c4 Mon Sep 17 00:00:00 2001 From: wmayer Date: Tue, 24 Dec 2019 13:33:38 +0100 Subject: [PATCH] [skip ci] MPH already defined --- src/App/FreeCADInit.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App/FreeCADInit.py b/src/App/FreeCADInit.py index 33223c5450..d6a57e6739 100644 --- a/src/App/FreeCADInit.py +++ b/src/App/FreeCADInit.py @@ -677,7 +677,6 @@ App.Units.Thou = App.Units.Quantity('thou') App.Units.Yard = App.Units.Quantity('yd') App.Units.Mile = App.Units.Quantity('mi') -App.Units.MilePerHour = App.Units.Quantity('mph') App.Units.SquareFoot = App.Units.Quantity('sqft') App.Units.CubicFoot = App.Units.Quantity('cft')