diff --git a/dunst.c b/dunst.c index 69da52d..e26918a 100644 --- a/dunst.c +++ b/dunst.c @@ -51,7 +51,6 @@ typedef struct _screen_info { typedef struct _notification_buffer { char txt[BUFSIZ]; notification *n; - int x_offset; } notification_buffer; /* global variables */