summaryrefslogtreecommitdiff
path: root/src/util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.cc')
-rw-r--r--src/util.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/util.cc b/src/util.cc
index f4f6c64e..d9805f47 100644
--- a/src/util.cc
+++ b/src/util.cc
@@ -1239,16 +1239,6 @@ void bell(void)
}
-/*
-* Hack -- Make a (relevant?) sound
-*/
-void sound(int val)
-{
- /* Ignore; sound not currently supported. */
- return;
-}
-
-
/*
* Helper function called only from "inkey()"