From: Dana Jansens Date: Thu, 19 Jul 2007 19:41:31 +0000 (-0400) Subject: remove an extra prototype X-Git-Tag: release-3.4.3~18 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=d270784f19a8d801aae46781d7c95de7776b97fd;p=dana%2Fopenbox.git remove an extra prototype --- 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()