summaryrefslogtreecommitdiff
path: root/src/main-win.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-06-26 07:25:00 +0200
committerBardur Arantsson <bardur@scientician.net>2014-06-26 07:28:53 +0200
commitec23e119e24a32f4607dfdc0f43e8726febc4043 (patch)
tree34a13ebe1eb56cdc69a08df7a7b9ce879fd6e3e0 /src/main-win.c
parent27b26f3940a589d8df800254b66de87f75b28758 (diff)
Remove pointless Term_user
Diffstat (limited to 'src/main-win.c')
-rw-r--r--src/main-win.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/main-win.c b/src/main-win.c
index 91d6b0f3..d9e2ff43 100644
--- a/src/main-win.c
+++ b/src/main-win.c
@@ -1445,16 +1445,6 @@ static void term_data_redraw(term_data *td)
/*
- * Interact with the User
- */
-static errr Term_user_win(int n)
-{
- /* Success */
- return (0);
-}
-
-
-/*
* React to global changes
*/
static errr Term_xtra_win_react(void)
@@ -2202,7 +2192,6 @@ static void term_data_link(term_data *td)
t->char_blank = ' ';
/* Prepare the template hooks */
- t->user_hook = Term_user_win;
t->xtra_hook = Term_xtra_win;
t->curs_hook = Term_curs_win;
t->wipe_hook = Term_wipe_win;