1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Remove unused colour_string_t struct

This commit is contained in:
Michael Vetter 2019-08-23 14:59:26 +02:00
parent 7d7a49f132
commit 03fbf2e77a

View File

@ -58,11 +58,6 @@ static GKeyFile *theme;
static GHashTable *bold_items;
static GHashTable *defaults;
struct colour_string_t {
char *str;
NCURSES_COLOR_T colour;
};
static void _load_preferences(void);
void _theme_list_dir(const gchar *const dir, GSList **result);
static GString* _theme_find(const char *const theme_name);