mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-03 04:14:41 +00:00
c: remove the config load string API
It was unused and doesn't match our diagnostic API.
This commit is contained in:
@@ -607,7 +607,6 @@ ghostty_info_s ghostty_info(void);
|
||||
ghostty_config_t ghostty_config_new();
|
||||
void ghostty_config_free(ghostty_config_t);
|
||||
void ghostty_config_load_cli_args(ghostty_config_t);
|
||||
void ghostty_config_load_string(ghostty_config_t, const char*, uintptr_t);
|
||||
void ghostty_config_load_default_files(ghostty_config_t);
|
||||
void ghostty_config_load_recursive_files(ghostty_config_t);
|
||||
void ghostty_config_finalize(ghostty_config_t);
|
||||
|
||||
Reference in New Issue
Block a user