From fa6f7e24c00ae2dec80e012203f029b803d086b1 Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Tue, 14 Aug 2012 23:59:22 +0200 Subject: [PATCH] remove unused x_offset from notification_buffer --- dunst.c | 1 - 1 file changed, 1 deletion(-) 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 */