summaryrefslogtreecommitdiff
path: root/src/main-win.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-win.c
parent22a0cba63a68a7d294f77aa3eee15726d6ef9e5d (diff)
Remove TERM_XTRA_GET_DELAY
It was effectively unused since the removal of cmovies
Diffstat (limited to 'src/main-win.c')
-rw-r--r--src/main-win.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/main-win.c b/src/main-win.c
index 9225f18d..d6d8915f 100644
--- a/src/main-win.c
+++ b/src/main-win.c
@@ -1515,16 +1515,6 @@ static errr Term_xtra_win(int n, int v)
return (Term_xtra_win_delay(v));
}
- /* Get the current time in milliseconds */
- case TERM_XTRA_GET_DELAY:
- {
- DWORD t;
-
- t = GetTickCount();
- Term_xtra_long = t;
- return 0;
- }
-
/* Rename main window */
case TERM_XTRA_RENAME_MAIN_WIN:
SetWindowText(get_main_hwnd(), angband_term_name[0]); return (0);