aboutsummaryrefslogtreecommitdiff
path: root/Source/DOH/dohint.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/DOH/dohint.h')
-rw-r--r--Source/DOH/dohint.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/DOH/dohint.h b/Source/DOH/dohint.h
index c073bd95b..87def9d3d 100644
--- a/Source/DOH/dohint.h
+++ b/Source/DOH/dohint.h
@@ -49,7 +49,6 @@ typedef struct {
int (*doh_ungetc) (DOH *obj, int ch); /* Unget character */
int (*doh_seek) (DOH *obj, long offset, int whence); /* Seek */
long (*doh_tell) (DOH *obj); /* Tell */
- int (*doh_close) (DOH *obj); /* Close */
} DohFileMethods;
/* String methods */