summaryrefslogtreecommitdiff
path: root/src/main-xxx.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-11-19 18:53:34 +0100
committerBardur Arantsson <bardur@scientician.net>2014-11-20 01:47:14 +0100
commit58129b61b5e0aa228eb8e4d0ee2d94702b46e5ba (patch)
treee3fa6b5710e291ac7810d0bc3ebda80fd2eec668 /src/main-xxx.c
parent22a0cba63a68a7d294f77aa3eee15726d6ef9e5d (diff)
Remove TERM_XTRA_GET_DELAY
It was effectively unused since the removal of cmovies
Diffstat (limited to 'src/main-xxx.c')
-rw-r--r--src/main-xxx.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/main-xxx.c b/src/main-xxx.c
index 7ba92c5c..c8578ced 100644
--- a/src/main-xxx.c
+++ b/src/main-xxx.c
@@ -385,21 +385,6 @@ static errr Term_xtra_xxx(int n, int v)
return (0);
}
- case TERM_XTRA_GET_DELAY:
- {
- /*
- * Get Delay of some milliseconds XXX XXX XXX
- * place the result in Term_xtra_long
- *
- * This action is useful for proper "timing" of certain
- * visual effects, such as recording cmovies.
- *
- * This action is optional, but cmovies wont perform
- * good without it
- */
-
- return (0);
- }
}
/* Unknown or Unhandled action */