Remove the o_redraw_all_fast() function, as its not any faster now.
commit5f08590dee1f13d4b771880d46f317e49253ccff
authorPeter Clifton <pcjc2@cam.ac.uk>
Fri, 2 Nov 2007 18:27:56 +0000 (2 18:27 +0000)
committerPeter Clifton <pcjc2@cam.ac.uk>
Fri, 2 Nov 2007 18:27:56 +0000 (2 18:27 +0000)
treec4f27994e5dc76bccc9d6b8ea23e313917c84d3e
parentce2255f2633c9bb14dcd3813e019a84d8acce3a3
Remove the o_redraw_all_fast() function, as its not any faster now.

Historically, o_redraw_all_fast() may have been used for faster drawing
in some cases, however the o_redraw_all() call is now equivelant, with
the addition of redrawing any "place" trails should gschem be mid-action.
gschem/include/prototype.h
gschem/src/o_basic.c
gschem/src/o_misc.c
gschem/src/x_dialog.c
gschem/src/x_event.c
gschem/src/x_preview.c