config: remove url.{uri-characters,protocols}

This commit is contained in:
Daniel Eklöf 2025-01-30 11:58:52 +01:00
parent 05207fcde3
commit e76d8dd7af
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
6 changed files with 7 additions and 178 deletions

View file

@ -219,11 +219,6 @@ struct config {
OSC8_UNDERLINE_URL_MODE,
OSC8_UNDERLINE_ALWAYS,
} osc8_underline;
char32_t **protocols;
char32_t *uri_characters;
size_t prot_count;
size_t max_prot_len;
} url;
struct {