diff options
author | Dmitry Antipov <dmantipov@yandex.ru> | 2012-07-16 08:47:31 +0400 |
---|---|---|
committer | Dmitry Antipov <dmantipov@yandex.ru> | 2012-07-16 08:47:31 +0400 |
commit | 6a0dd1d7e075ccb23ed08afafe9b251eacd931bd (patch) | |
tree | e67dc3032080113eb198c46b9be13b4f2a071f83 /src/sound.c | |
parent | 7a6136fd76b7eae4770bfd1cbb8812f6508d6a7f (diff) | |
download | emacs-6a0dd1d7e075ccb23ed08afafe9b251eacd931bd.tar.gz |
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/sound.c')
-rw-r--r-- | src/sound.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sound.c b/src/sound.c index 3773047827b..151bc1a08c1 100644 --- a/src/sound.c +++ b/src/sound.c @@ -1473,10 +1473,4 @@ syms_of_sound (void) defsubr (&Splay_sound_internal); } - -void -init_sound (void) -{ -} - #endif /* HAVE_SOUND */ |