From 11300a7e247eeb28c101f43a51d8dbfde0479eaa Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 27 Feb 2023 12:51:15 -0500 Subject: better interaction between path-specific & lang-specific settings still needs more testing --- ted.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ted.h') 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 -- cgit v1.2.3