E (RandR): Update __UNUSED__ function parameters.

SVN revision: 77316
This commit is contained in:
Christopher Michael 2012-10-02 12:25:36 +00:00
parent 146ee272a4
commit 4b9e05d0fc
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ _e_smart_cb_monitor_resized(void *data, Evas_Object *obj, void *event __UNUSED__
/* callback received from the monitor object to let us know that it was
* rotated, and we should adjust position of any adjacent monitors */
static void
_e_smart_cb_monitor_rotated(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event __UNUSED__)
_e_smart_cb_monitor_rotated(void *data, Evas_Object *obj, void *event __UNUSED__)
{
E_Smart_Data *sd;