remove useless extern variables
This commit is contained in:
parent
7e1be2be50
commit
5ecb754d62
4
draw.c
4
draw.c
|
@ -23,10 +23,6 @@
|
|||
#include "util.h"
|
||||
#include "draw.h"
|
||||
|
||||
extern Client *clients, *sel, *stack; /* global client list and stack */
|
||||
|
||||
/* static */
|
||||
|
||||
void
|
||||
drawtext(Display *disp, int screen, DC *drawcontext, Drawable drawable, const char *text, unsigned long col[ColLast], XColor textcolor)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue