From ceb4551cfb0e3fd1bdf8bdb868e6758634486ecb Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 17 Sep 2016 09:58:14 +0200 Subject: Remove effectively dead sound() code --- src/util.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/util.hpp') diff --git a/src/util.hpp b/src/util.hpp index 06832a41..c682b2f2 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -24,7 +24,6 @@ extern errr fd_read(int fd, char *buf, huge n); extern errr fd_write(int fd, cptr buf, huge n); extern errr fd_close(int fd); extern void flush(void); -extern void sound(int num); extern void move_cursor(int row, int col); extern void text_to_ascii(char *buf, cptr str); extern void ascii_to_text(char *buf, cptr str); -- cgit v1.2.3