diff options
| author | Paul Eggert | 2011-03-08 22:29:34 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-03-08 22:29:34 -0800 |
| commit | 73719eba5cbda861e9a7cc296537cd03506418c1 (patch) | |
| tree | fb1936b4bff13f5fe224d897f34df07b708367c6 /src/ChangeLog | |
| parent | 1e9966ea025891f948200db6ab85a7e7e169e502 (diff) | |
| download | emacs-73719eba5cbda861e9a7cc296537cd03506418c1.tar.gz emacs-73719eba5cbda861e9a7cc296537cd03506418c1.zip | |
* xfaces.c (STRDUPA, LSTRDUPA, FONT_POINT_SIZE_QUANTUM): Remove; not used.
(LFACEP): Define only if XASSERTS, as it's not needed otherwise.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 44782386684..244a17a61d5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -6,6 +6,8 @@ | |||
| 6 | (free_realized_faces_for_fontset): Remove; not used. | 6 | (free_realized_faces_for_fontset): Remove; not used. |
| 7 | (Fx_list_fonts): Mark variable that gcc -Wuninitialized | 7 | (Fx_list_fonts): Mark variable that gcc -Wuninitialized |
| 8 | does not deduce is never used uninitialized. | 8 | does not deduce is never used uninitialized. |
| 9 | (STRDUPA, LSTRDUPA, FONT_POINT_SIZE_QUANTUM): Remove; not used. | ||
| 10 | (LFACEP): Define only if XASSERTS, as it's not needed otherwise. | ||
| 9 | 11 | ||
| 10 | * terminal.c (store_terminal_param): Now static. | 12 | * terminal.c (store_terminal_param): Now static. |
| 11 | 13 | ||