diff options
author | pommicket <pommicket@gmail.com> | 2023-02-27 12:51:15 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-02-27 12:51:15 -0500 |
commit | 11300a7e247eeb28c101f43a51d8dbfde0479eaa (patch) | |
tree | f14360d0862a51eb9014a6ee079b304be8fc74b8 /ted.h | |
parent | c59e6a40b2d89650b3cec4f2d0abad38af46ec0b (diff) |
better interaction between path-specific & lang-specific settings
still needs more testing
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -143,8 +143,6 @@ typedef struct { u8 tags_max_depth; GlRcSAB *bg_shader; GlRcTexture *bg_texture; - char bg_shader_text[4096]; - char bg_shader_image[TED_PATH_MAX]; char root_identifiers[4096]; char lsp[512]; char lsp_configuration[4096]; @@ -186,7 +184,6 @@ typedef struct { char *file; u32 line; char *text; - u32 settings; // index into ted->all_settings. only used in config_parse } ConfigPart; // this refers to replacing prev_len characters (found in prev_text) at pos with new_len characters |