From 03516eee22a54ad11a200c871adebfe6ba14365d Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 13 Jun 2008 14:50:54 +0200 Subject: [PATCH] structs: remove titlebar's buttons Signed-off-by: Julien Danjou --- structs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/structs.h b/structs.h index 56489974..f3b9f25b 100644 --- a/structs.h +++ b/structs.h @@ -382,7 +382,6 @@ struct awesome_t { button_t *root; button_t *client; - button_t *titlebar; } buttons; /** Numlock mask */ unsigned int numlockmask;