diff --git a/draw.c b/draw.c index 060a7f76c..c1c9b2afc 100644 --- a/draw.c +++ b/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) {