Add missing UNUSED.

SVN revision: 51396
This commit is contained in:
Christopher Michael 2010-08-19 14:33:49 +00:00
parent 4c30f8ec92
commit 3e61872e46
1 changed files with 2 additions and 2 deletions

View File

@ -573,8 +573,8 @@ _ecore_x_selection_converter_text(char *target,
int size,
void **data_ret,
int *size_ret,
Ecore_X_Atom *targprop,
int *s)
Ecore_X_Atom *targprop __UNUSED__,
int *s __UNUSED__)
{
XTextProperty text_prop;
char *mystr;