From ab82fcd46cfab183ee743c53da27d762bafd02f8 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 18 Aug 2010 18:20:46 +0000 Subject: [PATCH] Add UNUSED where needed. SVN revision: 51311 --- src/bin/e_resist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_resist.c b/src/bin/e_resist.c index 38c4916e5..ea6c09c4f 100644 --- a/src/bin/e_resist.c +++ b/src/bin/e_resist.c @@ -123,7 +123,7 @@ e_resist_container_border_position(E_Container *con, Eina_List *skiplist, } EAPI int -e_resist_container_gadman_position(E_Container *con, Eina_List *skiplist, +e_resist_container_gadman_position(E_Container *con, Eina_List *skiplist __UNUSED__, int px, int py, int pw, int ph, int x, int y, int w, int h, int *rx, int *ry)