Remove spurious underscores.

SVN revision: 52130
This commit is contained in:
Brett Nash 2010-09-10 09:03:05 +00:00
parent af8097a963
commit a20d659fa5
1 changed files with 2 additions and 2 deletions

View File

@ -1437,13 +1437,13 @@ elm_drag_start(Evas_Object *o, enum _elm_sel_format f, const char *d,
return false; return false;
} }
Eina_Bool Eina_Bool
_elm_drop_target_add(Evas_Object *obj, enum _elm_sel_type format, elm_drop_target_add(Evas_Object *obj, enum _elm_sel_type format,
elm_drop_cb dropcb, void *cbdata){ elm_drop_cb dropcb, void *cbdata){
return false; return false;
} }
Eina_Bool Eina_Bool
_elm_drop_target_del(Evas_Object *o) elm_drop_target_del(Evas_Object *o)
{ {
return true; return true;
} }