kicad/pcbnew/microwave
Simon Richter 0c2d081925 Remove unused class and friend declarations
This forward declaration doesn't match the class defined inside the
function, so the friend declaration does nothing. The friend declaration is
also unneeded, because the function is a member of the class (and so are
types defined within it), so these already have access to private members.
2020-04-07 22:14:39 +00:00
..
microwave_footprint.cpp Refactor microwave parts into the microwave tool 2020-04-01 18:24:31 +01:00
microwave_inductor.cpp Refactor microwave parts into the microwave tool 2020-04-01 18:24:31 +01:00
microwave_polygon.cpp Refactor microwave parts into the microwave tool 2020-04-01 18:24:31 +01:00
microwave_tool.cpp Refactor microwave parts into the microwave tool 2020-04-01 18:24:31 +01:00
microwave_tool.h Remove unused class and friend declarations 2020-04-07 22:14:39 +00:00