seoz pushed a commit to branch master.
commit 553bc6ed95d808f7c5228a444448500c9493e7a4
Author: Daniel Juyung Seo <[email protected]>
Date: Wed Apr 3 10:43:33 2013 +0900
elm: removed unnecessary multi blank lines.
---
src/lib/elc_popup.c | 3 ---
src/lib/elm_button.c | 1 -
src/lib/elm_progressbar.c | 2 --
src/lib/elm_thumb.c | 1 -
src/lib/elm_video.c | 1 -
src/lib/elm_web2.c | 2 --
src/lib/elm_widget.c | 6 ------
src/lib/elm_win.c | 2 --
8 files changed, 18 deletions(-)
diff --git a/src/lib/elc_popup.c b/src/lib/elc_popup.c
index dd2a918..045b9ac 100644
--- a/src/lib/elc_popup.c
+++ b/src/lib/elc_popup.c
@@ -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);
-
-
-
diff --git a/src/lib/elm_button.c b/src/lib/elm_button.c
index 4bcb264..ec30cba 100644
--- a/src/lib/elm_button.c
+++ b/src/lib/elm_button.c
@@ -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);
-
diff --git a/src/lib/elm_progressbar.c b/src/lib/elm_progressbar.c
index c69a86e..411301a 100644
--- a/src/lib/elm_progressbar.c
+++ b/src/lib/elm_progressbar.c
@@ -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)
{
diff --git a/src/lib/elm_thumb.c b/src/lib/elm_thumb.c
index 86c2541..c869e12 100644
--- a/src/lib/elm_thumb.c
+++ b/src/lib/elm_thumb.c
@@ -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))
{
diff --git a/src/lib/elm_video.c b/src/lib/elm_video.c
index cc44f90..ab6c40b 100644
--- a/src/lib/elm_video.c
+++ b/src/lib/elm_video.c
@@ -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)
diff --git a/src/lib/elm_web2.c b/src/lib/elm_web2.c
index 864f49d..8c207cc 100644
--- a/src/lib/elm_web2.c
+++ b/src/lib/elm_web2.c
@@ -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)
diff --git a/src/lib/elm_widget.c b/src/lib/elm_widget.c
index 6d5a5dd..7a62a8a 100644
--- a/src/lib/elm_widget.c
+++ b/src/lib/elm_widget.c
@@ -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)
diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c
index 486c56f..e7fe5d7 100644
--- a/src/lib/elm_win.c
+++ b/src/lib/elm_win.c
@@ -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)
{
--
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire
the most talented Cisco Certified professionals. Visit the
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html