remove unused x_offset from notification_buffer
This commit is contained in:
parent
ca8b61d8ab
commit
fa6f7e24c0
1
dunst.c
1
dunst.c
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user