diff options
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 88d86f6f84a..6f7e2adecc9 100644 --- a/src/sound.c +++ b/src/sound.c | |||
| @@ -99,12 +99,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 99 | 99 | ||
| 100 | /* BEGIN: Common Definitions */ | 100 | /* BEGIN: Common Definitions */ |
| 101 | 101 | ||
| 102 | /* Symbols. */ | ||
| 103 | |||
| 104 | static Lisp_Object QCvolume, QCdevice; | ||
| 105 | static Lisp_Object Qsound; | ||
| 106 | static Lisp_Object Qplay_sound_functions; | ||
| 107 | |||
| 108 | /* Indices of attributes in a sound attributes vector. */ | 102 | /* Indices of attributes in a sound attributes vector. */ |
| 109 | 103 | ||
| 110 | enum sound_attr | 104 | enum sound_attr |