diff options
author | Michael Vetter <jubalh@iodoru.org> | 2019-08-23 14:59:26 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2019-08-23 14:59:26 +0200 |
commit | 03fbf2e77a51155e59c8765e013f151e58344f16 (patch) | |
tree | eff4fc9b8956cb24be85c0423b5c89142c149bfe | |
parent | 7d7a49f13244d1c71b32d8cf1220af1e7b515504 (diff) | |
download | profani-tty-03fbf2e77a51155e59c8765e013f151e58344f16.tar.gz |
Remove unused colour_string_t struct
-rw-r--r-- | src/config/theme.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/config/theme.c b/src/config/theme.c index b25f8e90..15bb6c8e 100644 --- a/src/config/theme.c +++ b/src/config/theme.c @@ -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); |