summaryrefslogtreecommitdiff
path: root/src/z-term.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-12-11 08:09:30 +0100
committerBardur Arantsson <bardur@scientician.net>2015-12-11 08:09:30 +0100
commit84908853d4d30b7709f0e70efb59f8c2d094dc1d (patch)
tree3acad7cd7f9bd5e37b9d69e16b15643f541be541 /src/z-term.h
parent23b62c1da2cf541d3037aa7acc2727b09c47fcc8 (diff)
Remove term::wipe_hook
After all it's only an optimization and systems these days should be fast enough to ignore it.
Diffstat (limited to 'src/z-term.h')
-rw-r--r--src/z-term.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/z-term.h b/src/z-term.h
index 60d2ad94..01795629 100644
--- a/src/z-term.h
+++ b/src/z-term.h
@@ -105,8 +105,6 @@ struct term_win
*
* - Hook for placing the cursor
*
- * - Hook for drawing some blank spaces
- *
* - Hook for drawing a string of chars using an attr
*
* - Hook for drawing a sequence of special attr/char pairs
@@ -150,8 +148,6 @@ struct term
errr (*curs_hook)(int x, int y);
- errr (*wipe_hook)(int x, int y, int n);
-
errr (*text_hook)(int x, int y, int n, byte a, cptr s);
void (*resize_hook)(void);