Remove unused struct fields

This commit is contained in:
Benedikt Heine 2017-10-06 18:33:56 +02:00
parent 82d544e95e
commit d6c1fbb556
2 changed files with 0 additions and 2 deletions

View File

@ -56,7 +56,6 @@ typedef struct _notification {
bool transient;
int progress; /* percentage + 1, 0 to hide */
int line_count;
int history_ignore;
const char *script;
char *urls;

View File

@ -55,7 +55,6 @@ typedef struct _settings {
int h_padding;
enum separator_color sep_color;
char *sep_custom_color_str;
char *sep_color_str;
int frame_width;
char *frame_color;
int startup_notification;