Remove unused #define
This commit is contained in:
parent
2b78183bb4
commit
7daaa3e9d9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue