kicad/common/legacy_wx
John Beard e687d14903 Remove useless const_casts
Both versions of EDA_DRAW_FRAME::isBusy have a useless const_cast.

GetScreen() const returns a non-const SCH_SCREEN already, it doesn't
need to be cast, and it's stored in const SCH_SCREEN anyway.
2019-04-24 09:46:01 +01:00
..
block.cpp Fix a few coverity errors 2019-02-16 14:09:21 +01:00
eda_draw_frame.cpp Remove useless const_casts 2019-04-24 09:46:01 +01:00
eda_draw_panel.cpp Fix 100s of usages of GetFlags() which conflated != 0 with being edited. 2019-04-22 09:58:06 +01:00
other.cpp Remove dead code from removal of eeschema legacy canvas. 2019-04-05 15:54:31 +01:00