summaryrefslogtreecommitdiff
path: root/src/txt-converter/char/int_party.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/txt-converter/char/int_party.h')
-rw-r--r--src/txt-converter/char/int_party.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/txt-converter/char/int_party.h b/src/txt-converter/char/int_party.h
deleted file mode 100644
index 036db1af9..000000000
--- a/src/txt-converter/char/int_party.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef _INT_PARTY_H_
-#define _INT_PARTY_H_
-
-int inter_party_init();
-int inter_party_save();
-
-int inter_party_parse_frommap(int fd);
-
-extern char party_txt[256];
-
-#endif