Merge pull request #402 from bebehei/unused-fields
Remove unused struct fields
This commit is contained in:
commit
a18b4d8895
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user