kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #31302
[PATCH 06/12] Remove unused #define
---
eeschema/sch_screen.cpp | 3 ---
1 file changed, 3 deletions(-)
diff --git a/eeschema/sch_screen.cpp b/eeschema/sch_screen.cpp
index 02f2030d1..50d921b2d 100644
--- a/eeschema/sch_screen.cpp
+++ b/eeschema/sch_screen.cpp
@@ -66,9 +66,6 @@ static double SchematicZoomList[] =
13.0, 16.0, 20.0, 26.0, 32.0, 48.0, 64.0, 80.0, 128.0
};
-#define MM_TO_SCH_UNITS 1000.0 / 25.4 //schematic internal unites are mils
-
-
/* Default grid sizes for the schematic editor.
* Do NOT add others values (mainly grid values in mm), because they
* can break the schematic: Because wires and pins are considered as
--
2.14.1
References