Browse Source

Remove unused #define

pull/5/merge
Marvin Schmidt 8 years ago
parent
commit
7daaa3e9d9
  1. 3
      eeschema/sch_screen.cpp

3
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

Loading…
Cancel
Save