From 044dec0bfa0f3f8f62f7703d6b0a8600c1354dc5 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Tue, 21 Jan 2025 23:13:51 +0800 Subject: [ENV] Initial refactor of env variables infrastructure (#2274) * [ENV] Initial refactor of env variables infrastructure * Ported BOX64_DYNAREC_LOG * Ported more options * Ported BOX64_MALLOC_HACK * Ported BOX64_DYNAREC_TEST * Ported more options * Ported more options * Ported more options * Ported all options * Removed old rcfile parser * Fix * review * fix * fix * more fixes --- src/include/rcfile.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/include/rcfile.h (limited to 'src/include/rcfile.h') 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 -- cgit 1.4.1