From aa3967717d0495977e6b1fcfdfad4b25cc8a983c Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 12 Sep 2007 17:15:58 +0200 Subject: [PATCH] remove useless extern DC also in grid layout --- layouts/grid.c | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/grid.c b/layouts/grid.c index 028567920..65c2d4fe2 100644 --- a/layouts/grid.c +++ b/layouts/grid.c @@ -26,7 +26,6 @@ #include "tag.h" extern Client *clients; /* global client list and stack */ -extern DC dc; void grid(Display *disp, awesome_config *awesomeconf)