summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-02-27 12:51:15 -0500
committerpommicket <pommicket@gmail.com>2023-02-27 12:51:15 -0500
commit11300a7e247eeb28c101f43a51d8dbfde0479eaa (patch)
treef14360d0862a51eb9014a6ee079b304be8fc74b8 /ted.h
parentc59e6a40b2d89650b3cec4f2d0abad38af46ec0b (diff)
better interaction between path-specific & lang-specific settings
still needs more testing
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ted.h b/ted.h
index 375049b..74d8f3d 100644
--- a/ted.h
+++ b/ted.h
@@ -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