From 6991960a8b0bacc87c2c5183c2098e606bf5d72d Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Wed, 25 Jun 2014 19:12:26 +0200 Subject: Remove cmovie support --- src/util.cc | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'src/util.cc') 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; -- cgit v1.2.3