Merge pull request #402 from bebehei/unused-fields

Remove unused struct fields
This commit is contained in:
Nikos Tsipinakis 2017-10-06 22:29:01 +03:00 committed by GitHub
commit a18b4d8895
2 changed files with 0 additions and 2 deletions

View File

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

View File

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