removed forgotten declaration of unused variable
This commit is contained in:
parent
296fbdde12
commit
1fde82d584
|
@ -16,7 +16,6 @@
|
||||||
typedef struct rect_t rect;
|
typedef struct rect_t rect;
|
||||||
|
|
||||||
struct ev_loop *main_loop;
|
struct ev_loop *main_loop;
|
||||||
char *statusline;
|
|
||||||
|
|
||||||
struct rect_t {
|
struct rect_t {
|
||||||
int x;
|
int x;
|
||||||
|
|
Loading…
Reference in New Issue