Add UNUSED where needed.

SVN revision: 51310
This commit is contained in:
Christopher Michael 2010-08-18 18:18:06 +00:00
parent 90fd4f14bf
commit 2705a684ea
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ e_place_zone_region_smart(E_Zone *zone, Eina_List *skiplist, int x, int y, int w
}
EAPI int
e_place_zone_cursor(E_Zone *zone, int x, int y, int w, int h, int it, int *rx, int *ry)
e_place_zone_cursor(E_Zone *zone, int x __UNUSED__, int y __UNUSED__, int w, int h, int it, int *rx, int *ry)
{
int cursor_x = 0, cursor_y = 0;
int zone_right, zone_bottom;