Don't overuse 'const' in types of locals.
commit30378937f2e20c02b3ff67adf293e36a842077ab
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Sep 2013 07:06:42 +0000 (17 00:06 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Sep 2013 07:06:42 +0000 (17 00:06 -0700)
tree614d85340956f6f036369bf6ee255e53d96a3ff4
parent53bd3c8bb6c3760d8d3810a8a6fc3d02fece7c95
Don't overuse 'const' in types of locals.

* bidi.c (bidi_count_bytes):
* gtkutil.c, gtkutil.h (xg_event_is_for_menubar)
(xg_event_is_for_scrollbar):
* xselect.c (x_handle_property_notify)
(x_handle_selection_notify, x_handle_dnd_message):
* xsettings.c, xsettings.h (xft_settings_event):
* xterm.c (x_handle_net_wm_state, handle_one_event)
(x_menubar_window_to_frame, x_detect_focus_change)
(construct_mouse_click, note_mouse_movement)
(x_scroll_bar_to_input_event, x_scroll_bar_expose)
(x_scroll_bar_handle_click, x_scroll_bar_note_movement)
(handle_one_xevent, x_handle_net_wm_state):
* xterm.h (x_handle_property_notify, x_handle_selection_notify)
(x_handle_dnd_message):
Avoid unnecessary 'const', typically the second 'const' in
'const foo * const arg', a 'const' that does not affect the API
and doesn't significantly help the human reader.
src/ChangeLog
src/bidi.c
src/gtkutil.c
src/gtkutil.h
src/xselect.c
src/xsettings.c
src/xsettings.h
src/xterm.c
src/xterm.h