From d270784f19a8d801aae46781d7c95de7776b97fd Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 19 Jul 2007 15:41:31 -0400 Subject: [PATCH] remove an extra prototype --- openbox/actions/growtoedge.c | 1 - 1 file changed, 1 deletion(-) diff --git a/openbox/actions/growtoedge.c b/openbox/actions/growtoedge.c index ff566d7f..774798e1 100644 --- a/openbox/actions/growtoedge.c +++ b/openbox/actions/growtoedge.c @@ -17,7 +17,6 @@ static gpointer setup_east_func(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node); static gpointer setup_west_func(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node); -static void free_func(gpointer options); static gboolean run_func(ObActionsData *data, gpointer options); void action_growtoedge_startup() -- 2.34.1