From cd46ec6378c6d1ecbb84271e0ec39a6aefbb41bf Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 3 Oct 2007 00:15:50 +0200 Subject: [PATCH] remove stack from externs --- statusbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statusbar.c b/statusbar.c index 8978a817..eee78376 100644 --- a/statusbar.c +++ b/statusbar.c @@ -28,7 +28,7 @@ #include "util.h" #include "layouts/tile.h" -extern Client *clients, *sel, *stack; /* global client list and stack */ +extern Client *clients, *sel; /* global client list */ /** Check if at least a client is tagged with tag number t and is on screen * screen