about summary refs log tree commit diff stats
path: root/src/include/rcfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/rcfile.h')
-rw-r--r--src/include/rcfile.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/include/rcfile.h b/src/include/rcfile.h
deleted file mode 100644
index 3c8218cb..00000000
--- a/src/include/rcfile.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef __RCFILE_H__
-#define __RCFILE_H__
-
-void LoadRCFile(const char* filename);
-void DeleteParams(void);
-void ApplyParams(const char* name);
-const char* GetLastApplyName();
-
-#endif //__RCFILE_H__
\ No newline at end of file