diff options
author | pommicket <pommicket@gmail.com> | 2025-09-28 00:56:49 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-28 00:58:15 -0400 |
commit | 92751910dc97f918a407dc14f295eeca4c64de90 (patch) | |
tree | 320dbd62e902e85328e00f7c2e626d2be72e25c4 /ted-internal.h | |
parent | 59a65b2bc579d0dc3e78cb2f90a0677fd6772341 (diff) |
Remove shader custom texture support
Too much added code for little benefit
Diffstat (limited to 'ted-internal.h')
-rw-r--r-- | ted-internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ted-internal.h b/ted-internal.h index ccbbb9c..a9de122 100644 --- a/ted-internal.h +++ b/ted-internal.h @@ -139,7 +139,6 @@ struct Settings { u8 scrolloff; u8 tags_max_depth; GlRcSAB *bg_shader; - GlRcTexture *bg_texture; /// string used to start comments RcStr *comment_start; /// string used to end comments |