summaryrefslogtreecommitdiff
path: root/src/txt-converter/char/int_storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/txt-converter/char/int_storage.h')
-rw-r--r--src/txt-converter/char/int_storage.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/txt-converter/char/int_storage.h b/src/txt-converter/char/int_storage.h
deleted file mode 100644
index 3572ae5de..000000000
--- a/src/txt-converter/char/int_storage.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef _INT_STORAGE_H_
-#define _INT_STORAGE_H_
-
-int inter_storage_init();
-int inter_storage_save();
-
-int inter_storage_parse_frommap(int fd);
-
-//extern char storage_txt[256];
-
-#endif