summaryrefslogtreecommitdiff
path: root/src/util.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:14 +0200
committerBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:14 +0200
commitceb4551cfb0e3fd1bdf8bdb868e6758634486ecb (patch)
tree9b2d3d49b2bdeb15a9c4a07ec0a9e22f8ca4f92a /src/util.hpp
parentef68a0c23ddb50de58ddb55f1f893095b78d7c4c (diff)
Remove effectively dead sound() code
Diffstat (limited to 'src/util.hpp')
-rw-r--r--src/util.hpp1
1 files changed, 0 insertions, 1 deletions
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);