summaryrefslogtreecommitdiff
path: root/src/main-sdl.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-sdl.c
parent22a0cba63a68a7d294f77aa3eee15726d6ef9e5d (diff)
Remove TERM_XTRA_GET_DELAY
It was effectively unused since the removal of cmovies
Diffstat (limited to 'src/main-sdl.c')
-rw-r--r--src/main-sdl.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/main-sdl.c b/src/main-sdl.c
index f42941e4..07715aa0 100644
--- a/src/main-sdl.c
+++ b/src/main-sdl.c
@@ -680,21 +680,6 @@ static errr Term_xtra_sdl(int n, int v)
return (1);
}
- 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 (1);
- }
}
/* Unknown or Unhandled action */