remove unused x_offset from notification_buffer

This commit is contained in:
Sascha Kruse 2012-08-14 23:59:22 +02:00
parent ca8b61d8ab
commit fa6f7e24c0

View File

@ -51,7 +51,6 @@ typedef struct _screen_info {
typedef struct _notification_buffer { typedef struct _notification_buffer {
char txt[BUFSIZ]; char txt[BUFSIZ];
notification *n; notification *n;
int x_offset;
} notification_buffer; } notification_buffer;
/* global variables */ /* global variables */