From 92751910dc97f918a407dc14f295eeca4c64de90 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 28 Sep 2025 00:56:49 -0400 Subject: Remove shader custom texture support Too much added code for little benefit --- ted-internal.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ted-internal.h') 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 -- cgit v1.2.3