summaryrefslogtreecommitdiff
path: root/src/notes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/notes.cc')
-rw-r--r--src/notes.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/notes.cc b/src/notes.cc
index d8b6a77f..326381c9 100644
--- a/src/notes.cc
+++ b/src/notes.cc
@@ -53,9 +53,6 @@ void output_note(char *final_note)
char basename[13];
char buf[1024];
- /* File type is "TEXT" */
- FILE_TYPE(FILE_TYPE_TEXT);
-
/* Hack -- extract first 8 characters of name and append an extension */
(void)strnfmt(basename, sizeof(basename), "%.8s.nte", player_base);
basename[sizeof(basename) - 1] = '\0';