removed flags for default config, removed string.c 330 vscode worning

This commit is contained in:
herbglitch 2023-08-22 04:08:53 +00:00
parent b0a2b8bb15
commit 7146ca7765
3 changed files with 5 additions and 9 deletions

View file

@ -1,5 +1,3 @@
#ifdef ARC_DEFAULT_CONFIG
#ifndef ARC_DEFAULTS_CONFIG_H_
#define ARC_DEFAULTS_CONFIG_H_
@ -49,6 +47,4 @@ void ARC_ConfigKey_Delete_StringArray(ARC_Config *config, ARC_String *string, vo
}
#endif
#endif //ARC_DEFAULTS_CONFIG_H_
#endif //ARC_DEFAULT_CONFIG
#endif //ARC_DEFAULTS_CONFIG_H_