elementary/label - removed unncessary

SVN revision: 82267
This commit is contained in:
ChunEon Park 2013-01-05 06:01:56 +00:00
parent 1612543daf
commit a9ff2c4093
1 changed files with 0 additions and 1 deletions

View File

@ -609,7 +609,6 @@ _slide_mode_set(Eo *obj __UNUSED__, void *_pd, va_list *list)
{
Elm_Label_Slide_Mode mode = va_arg(*list, Elm_Label_Slide_Mode);
Elm_Label_Smart_Data *sd = _pd;
if (sd->slide_mode == mode) return;
sd->slide_mode = mode;
}