diff options
| author | Dmitry Antipov | 2012-07-16 08:47:31 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-07-16 08:47:31 +0400 |
| commit | 6a0dd1d7e075ccb23ed08afafe9b251eacd931bd (patch) | |
| tree | e67dc3032080113eb198c46b9be13b4f2a071f83 /src/fns.c | |
| parent | 7a6136fd76b7eae4770bfd1cbb8812f6508d6a7f (diff) | |
| download | emacs-6a0dd1d7e075ccb23ed08afafe9b251eacd931bd.tar.gz emacs-6a0dd1d7e075ccb23ed08afafe9b251eacd931bd.zip | |
Remove empty and useless init functions.
* lisp.h (init_character_once, init_fns, init_image)
(init_filelock, init_sound): Remove prototype.
* character.c (init_character_once): Remove.
* filelock.c (init_filelock): Likewise.
* fns.c (init_fns): Likewise.
* image.c (init_image): Likewise.
* sound.c (init_sound): Likewise.
* emacs.c (main): Adjust accordingly.
Diffstat (limited to 'src/fns.c')
| -rw-r--r-- | src/fns.c | 6 |
1 files changed, 0 insertions, 6 deletions
| @@ -5022,9 +5022,3 @@ this variable. */); | |||
| 5022 | defsubr (&Ssecure_hash); | 5022 | defsubr (&Ssecure_hash); |
| 5023 | defsubr (&Slocale_info); | 5023 | defsubr (&Slocale_info); |
| 5024 | } | 5024 | } |
| 5025 | |||
| 5026 | |||
| 5027 | void | ||
| 5028 | init_fns (void) | ||
| 5029 | { | ||
| 5030 | } | ||