about summary refs log tree commit diff stats
path: root/src/config/theme.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-08-23 14:59:26 +0200
committerMichael Vetter <jubalh@iodoru.org>2019-08-23 14:59:26 +0200
commit03fbf2e77a51155e59c8765e013f151e58344f16 (patch)
treeeff4fc9b8956cb24be85c0423b5c89142c149bfe /src/config/theme.c
parent7d7a49f13244d1c71b32d8cf1220af1e7b515504 (diff)
downloadprofani-tty-03fbf2e77a51155e59c8765e013f151e58344f16.tar.gz
Remove unused colour_string_t struct
Diffstat (limited to 'src/config/theme.c')
-rw-r--r--src/config/theme.c5
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);