Remove no-longer-used cursor_in_echo_area code
commitcf498e5b9a73329edea0bdbf1bd8dfe06fdd75e2
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 7 Feb 2015 03:28:09 +0000 (6 19:28 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 7 Feb 2015 03:28:56 +0000 (6 19:28 -0800)
tree8002975a1b3ece544f24d606fe87f2a0098d4b7d
parent66e6398505356b019edee4477b6d4f5f8cdec42d
Remove no-longer-used cursor_in_echo_area code

* dispnew.c (set_window_cursor_after_update, update_frame_1):
Remove checks for negative cursor_in_echo_area, since this var is
a boolean, and has been a boolean for some time.  Simplify.
* dispnew.c (init_display):
* xdisp.c (message3_nolog, vmessage): Use bool for boolean.
src/ChangeLog
src/dispnew.c
src/xdisp.c