Remove EMACS_OUTQSIZE+sleep hack.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Nov 2012 22:33:00 +0000 (14:33 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Nov 2012 22:33:00 +0000 (14:33 -0800)
commit06b63c9b0c6fd87e699ba6ba3be959bfd150ef8a
treec1182e76215f9f7f593461b7d1f47c8dd12909f3
parent76abf5e5a55899a0b3f8851fce7406858978e9a6
Remove EMACS_OUTQSIZE+sleep hack.

* dispnew.c (update_frame_1): Remove hack for terminals slower
than 2400 bps, which throttled Emacs by having it sleep.  This
code hasn't worked since at least 2007, when the multi-tty stuff
was added, and anyway those old terminals are long dead.
* systty.h (EMACS_OUTQSIZE): Remove; unused.  The macro isn't used even
without the dispnew.c change, as dispnew.c doesn't include systty.h.
src/ChangeLog
src/dispnew.c
src/systty.h