summaryrefslogtreecommitdiff
path: root/src/util.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-06-25 19:12:26 +0200
committerBardur Arantsson <bardur@scientician.net>2014-06-25 19:21:05 +0200
commit6991960a8b0bacc87c2c5183c2098e606bf5d72d (patch)
tree1088027a1cb63dcd5b7fd6eb9838b44202c2ca4c /src/util.cc
parent760c6eda0f8f553cab601f02d5faf8c1ef308b89 (diff)
Remove cmovie support
Diffstat (limited to 'src/util.cc')
-rw-r--r--src/util.cc12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/util.cc b/src/util.cc
index ccb0eea7..87cfde03 100644
--- a/src/util.cc
+++ b/src/util.cc
@@ -1791,9 +1791,6 @@ static cptr inkey_next = NULL;
* "signal_count" variable, and of the "character_saved" variable.
*
* Hack -- Note the use of "inkey_next" to allow "keymaps" to be processed.
-*
-* Mega-Hack -- Note the use of "inkey_hack" to allow the "Borg" to steal
-* control of the keyboard from the user.
*/
char inkey(void)
{
@@ -1943,13 +1940,8 @@ char inkey(void)
/* Strip this key */
ch = 0;
- if (!do_movies)
- /* Do an html dump */
- do_cmd_html_dump();
- else
- /* Do a text box in the cmovie */
- do_cmovie_insert();
-
+ /* Do an html dump */
+ do_cmd_html_dump();
/* Continue */
continue;