From d6c1fbb556dad084635197aefc411c0236ec94df Mon Sep 17 00:00:00 2001 From: Benedikt Heine Date: Fri, 6 Oct 2017 18:33:56 +0200 Subject: [PATCH] Remove unused struct fields --- src/notification.h | 1 - src/settings.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/notification.h b/src/notification.h index 408dad4..a76b19d 100644 --- a/src/notification.h +++ b/src/notification.h @@ -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; diff --git a/src/settings.h b/src/settings.h index 5ac62e7..337b2d7 100644 --- a/src/settings.h +++ b/src/settings.h @@ -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;