Add some missing UNUSED macros.

SVN revision: 51394
This commit is contained in:
Christopher Michael 2010-08-19 14:29:05 +00:00
parent 7967a59ef8
commit a154885a59
1 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@ _ecore_x_dnd_converter_copy(char *target __UNUSED__,
int size,
void **data_ret,
int *size_ret,
Ecore_X_Atom *tprop,
int *count)
Ecore_X_Atom *tprop __UNUSED__,
int *count __UNUSED__)
{
XTextProperty text_prop;
char *mystr;