remove useless extern variables

This commit is contained in:
Julien Danjou 2007-10-03 00:14:39 +02:00
parent 7e1be2be50
commit 5ecb754d62
1 changed files with 0 additions and 4 deletions

4
draw.c
View File

@ -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)
{