mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Remove unused colour_string_t struct
This commit is contained in:
parent
7d7a49f132
commit
03fbf2e77a
@ -58,11 +58,6 @@ static GKeyFile *theme;
|
|||||||
static GHashTable *bold_items;
|
static GHashTable *bold_items;
|
||||||
static GHashTable *defaults;
|
static GHashTable *defaults;
|
||||||
|
|
||||||
struct colour_string_t {
|
|
||||||
char *str;
|
|
||||||
NCURSES_COLOR_T colour;
|
|
||||||
};
|
|
||||||
|
|
||||||
static void _load_preferences(void);
|
static void _load_preferences(void);
|
||||||
void _theme_list_dir(const gchar *const dir, GSList **result);
|
void _theme_list_dir(const gchar *const dir, GSList **result);
|
||||||
static GString* _theme_find(const char *const theme_name);
|
static GString* _theme_find(const char *const theme_name);
|
||||||
|
Loading…
Reference in New Issue
Block a user