Mercurial > emacs
comparison src/ChangeLog @ 112023:ac49e05bfcf2
Remove unused declarations
* src/buffer.c: Remove unused declarations.
* src/buffer.h: Likewise.
* src/charset.h: Likewise.
* src/composite.h: Likewise.
* src/dispextern.h: Likewise.
* src/dispnew.c: Likewise.
* src/font.h: Likewise.
* src/fontset.c: Likewise.
* src/fontset.h: Likewise.
* src/intervals.h: Likewise.
* src/keymap.h: Likewise.
* src/lisp.h: Likewise.
* src/syntax.c: Likewise.
* src/syntax.h: Likewise.
* src/termhooks.h: Likewise.
* src/window.h: Likewise.
* src/xsettings.h: Likewise.
* src/xterm.c: Likewise.
* src/xterm.h: Likewise.
* src/chartab.c (sub_char_table_ref): Make static.
* src/dispnew.c (line_hash_code, required_matrix_height)
(required_matrix_width): Likewise.
* src/eval.c (interactive_p, apply_lambda): Likewise.
* src/fns.c (string_make_multibyte, copy_hash_table, hash_clear):
Likewise.
* src/font.c (QCadstyle, QCregistry, font_make_spec)
(font_parse_fcname, font_encode_char, font_at): Likewise.
* src/frame.c (x_frame_get_arg): Likewise.
* src/keymap.c (get_keyelt): Likewise.
* src/lread.c (read_filtered_event): Likewise.
* src/print.c (write_string_1): Likewise.
* src/window.c (delete_window, window_height, window_width)
(foreach_window): Likewise.
* src/xrdb.c (x_get_customization_string, x_get_resource): Likewise.
* src/xterm.c (x_scroll_bar_clear, xembed_set_info)
(xembed_send_message): Likewise.
* src/eval.c (run_hook_list_with_args): Delete.
* src/font.c (font_unparse_gtkname, font_update_lface): Likewise.
* src/terminal.c (get_terminal_param): Likewise.
* src/xterm.c (x_alloc_lighter_color_for_widget): Likewise.
author | Andreas Schwab <schwab@linux-m68k.org> |
---|---|
date | Mon, 27 Dec 2010 18:29:38 +0100 |
parents | 5753dd68911a |
children | b3df357e51ff |
comparison
equal
deleted
inserted
replaced
112022:5753dd68911a | 112023:ac49e05bfcf2 |
---|---|
1 2010-12-27 Andreas Schwab <schwab@linux-m68k.org> | 1 2010-12-27 Andreas Schwab <schwab@linux-m68k.org> |
2 | |
3 * buffer.c: Remove unused declarations. | |
4 * buffer.h: Likewise. | |
5 * charset.h: Likewise. | |
6 * composite.h: Likewise. | |
7 * dispextern.h: Likewise. | |
8 * dispnew.c: Likewise. | |
9 * font.h: Likewise. | |
10 * fontset.c: Likewise. | |
11 * fontset.h: Likewise. | |
12 * intervals.h: Likewise. | |
13 * keymap.h: Likewise. | |
14 * lisp.h: Likewise. | |
15 * syntax.c: Likewise. | |
16 * syntax.h: Likewise. | |
17 * termhooks.h: Likewise. | |
18 * window.h: Likewise. | |
19 * xsettings.h: Likewise. | |
20 * xterm.c: Likewise. | |
21 * xterm.h: Likewise. | |
22 | |
23 * chartab.c (sub_char_table_ref): Make static. | |
24 * dispnew.c (line_hash_code, required_matrix_height) | |
25 (required_matrix_width): Likewise. | |
26 * eval.c (interactive_p, apply_lambda): Likewise. | |
27 * fns.c (string_make_multibyte, copy_hash_table, hash_clear): | |
28 Likewise. | |
29 * font.c (QCadstyle, QCregistry, font_make_spec) | |
30 (font_parse_fcname, font_encode_char, font_at): Likewise. | |
31 * frame.c (x_frame_get_arg): Likewise. | |
32 * keymap.c (get_keyelt): Likewise. | |
33 * lread.c (read_filtered_event): Likewise. | |
34 * print.c (write_string_1): Likewise. | |
35 * window.c (delete_window, window_height, window_width) | |
36 (foreach_window): Likewise. | |
37 * xrdb.c (x_get_customization_string, x_get_resource): Likewise. | |
38 * xterm.c (x_scroll_bar_clear, xembed_set_info) | |
39 (xembed_send_message): Likewise. | |
40 | |
41 * eval.c (run_hook_list_with_args): Delete. | |
42 * font.c (font_unparse_gtkname, font_update_lface): Likewise. | |
43 * terminal.c (get_terminal_param): Likewise. | |
44 * xterm.c (x_alloc_lighter_color_for_widget): Likewise. | |
2 | 45 |
3 * scroll.c: Fix comment. | 46 * scroll.c: Fix comment. |
4 | 47 |
5 * dispnew.c (add_window_display_history) | 48 * dispnew.c (add_window_display_history) |
6 (add_frame_display_history, glyph_row_slice_p) | 49 (add_frame_display_history, glyph_row_slice_p) |