elm: removed unnecessary multi blank lines.

This commit is contained in:
Daniel Juyung Seo 2013-04-03 10:43:33 +09:00
parent 3ebcf017e0
commit 615d05bfe5
8 changed files with 0 additions and 18 deletions

View File

@ -1911,6 +1911,3 @@ static const Eo_Class_Description class_desc = {
NULL
};
EO_DEFINE_CLASS(elm_obj_popup_class_get, &class_desc, ELM_OBJ_LAYOUT_CLASS, NULL);

View File

@ -578,4 +578,3 @@ static const Eo_Class_Description class_desc = {
EO_DEFINE_CLASS(elm_obj_button_class_get, &class_desc, ELM_OBJ_LAYOUT_CLASS, EVAS_SMART_CLICKABLE_INTERFACE, NULL);

View File

@ -317,7 +317,6 @@ _constructor(Eo *obj, void *_pd EINA_UNUSED, va_list *list EINA_UNUSED)
ERR("could not add %p as sub object of %p", obj, parent);
}
EAPI void
elm_progressbar_pulse_set(Evas_Object *obj,
Eina_Bool pulse)
@ -530,7 +529,6 @@ elm_progressbar_unit_format_function_set(Evas_Object *obj, char *(func)(double),
eo_do(obj, elm_obj_progressbar_unit_format_function_set(func, free_func));
}
EAPI void
_unit_format_function_set(Eo *obj, void *_pd, va_list *list)
{

View File

@ -778,7 +778,6 @@ _animate_set(Eo *obj EINA_UNUSED, void *_pd, va_list *list)
sd->anim_setting = setting;
#ifdef HAVE_ELEMENTARY_ETHUMB
if ((sd->is_video) && (sd->thumb.format == ETHUMB_THUMB_EET))
{

View File

@ -521,7 +521,6 @@ _audio_mute_get(Eo *obj EINA_UNUSED, void *_pd, va_list *list)
#endif
}
EAPI void
elm_video_audio_mute_set(Evas_Object *obj,
Eina_Bool mute)

View File

@ -435,7 +435,6 @@ elm_web_bg_color_set(Evas_Object *obj,
eo_do(obj, elm_obj_web_bg_color_set(r, g, b, a));
}
static void
_bg_color_set(Eo *obj, void *_pd EINA_UNUSED, va_list *list)
{
@ -1204,7 +1203,6 @@ elm_web_window_features_region_get(const Elm_Web_Window_Features *wf,
}
#endif
#if defined(HAVE_ELEMENTARY_WEB) && defined(USE_WEBKIT2)
static void
_class_constructor(Eo_Class *klass)

View File

@ -1256,7 +1256,6 @@ elm_widget_can_focus_set(Evas_Object *obj,
eo_do(obj, elm_wdg_can_focus_set(can_focus));
}
static void
_elm_widget_can_focus_set(Eo *obj, void *_pd, va_list *list)
{
@ -2428,7 +2427,6 @@ _elm_widget_focus_direction_get(Eo *obj, void *_pd, va_list *list)
Elm_Widget_Smart_Data *sd = _pd;
double c_weight;
/* -1 means the best was already decided. Don't need any more searching. */
if (!direction || !weight || !base || (obj == base))
return;
@ -2448,7 +2446,6 @@ _elm_widget_focus_direction_get(Eo *obj, void *_pd, va_list *list)
return;
}
if (!elm_widget_can_focus_get(obj) || elm_widget_focus_get(obj))
return;
@ -2521,7 +2518,6 @@ _elm_widget_focus_list_direction_get(Eo *obj EINA_UNUSED, void *_pd EINA_UNUSED,
Evas_Object **direction = va_arg(*list, Evas_Object **);
double *weight = va_arg(*list, double *);
Eina_Bool *ret = va_arg(*list, Eina_Bool *);
*ret = EINA_FALSE;
@ -2941,7 +2937,6 @@ elm_widget_parent_highlight_set(Evas_Object *obj,
eo_do(obj, elm_wdg_parent_highlight_set(highlighted));
}
static void
_elm_widget_parent_highlight_set(Eo *obj, void *_pd, va_list *list)
{
@ -5494,7 +5489,6 @@ _elm_widget_item_signal_emit_hook_set(Elm_Widget_Item *item,
item->signal_emit_func = func;
}
static void
_elm_widget_item_signal_cb(void *data, Evas_Object *obj __UNUSED__, const char *emission,
const char *source)

View File

@ -578,7 +578,6 @@ _elm_win_obj_callback_changed_size_hints(void *data, Evas *e __UNUSED__, Evas_Ob
}
/* end of elm-win specific associate */
static void
_elm_win_move(Ecore_Evas *ee)
{
@ -4214,7 +4213,6 @@ elm_win_render(Evas_Object *obj)
ecore_evas_manual_render(sd->ee);
}
static int
_win_rotation_degree_check(int rotation)
{