elm examples: removed all the unnecessary empty lines.

being pedantic.
This commit is contained in:
Daniel Juyung Seo 2013-12-15 06:24:41 +09:00
parent 6d71a23c3a
commit bdeb046b6d
12 changed files with 0 additions and 15 deletions

View File

@ -100,7 +100,6 @@ elm_main(int argc, char **argv)
evas_object_show(as);
elm_box_pack_end(bx, as);
as = elm_actionslider_add(win);
evas_object_size_hint_weight_set(as, EVAS_HINT_EXPAND, 0);
evas_object_size_hint_align_set(as, EVAS_HINT_FILL, 0);

View File

@ -154,5 +154,4 @@ elm_main(int argc, char **argv)
return 0;
}
ELM_MAIN()

View File

@ -50,4 +50,3 @@ elm_main(int argc, char **argv)
return 0;
}
ELM_MAIN()

View File

@ -289,7 +289,6 @@ _long_pressed(void *data,
fprintf(stdout, "Long press on item with handle %p\n", event_info);
}
/* label fetching callback */
static char *
_grid_label_get(void *data,

View File

@ -122,8 +122,6 @@ init_shaders(GLData *gld)
return 1;
}
// Callbacks
// intialize callback that gets called once for intialization
static void
@ -183,7 +181,6 @@ _resize_gl(Evas_Object *obj)
gl->glViewport(0, 0, w, h);
}
// draw callback is where all the main GL rendering happens
static void
_draw_gl(Evas_Object *obj)
@ -240,7 +237,6 @@ _del(void *data, Evas *evas, Evas_Object *obj, void *event_info)
ecore_animator_del(ani);
}
EAPI_MAIN int
elm_main(int argc, char **argv)
{

View File

@ -175,5 +175,4 @@ elm_main(int argc, char **argv)
return 0;
}
ELM_MAIN()

View File

@ -91,4 +91,3 @@ elm_main(int argc, char *argv[])
return 0;
}
ELM_MAIN()

View File

@ -56,7 +56,6 @@ elm_main(int argc, char **argv)
evas_object_show(content);
elm_object_content_set(panel, content);
evas_object_show(win);
elm_run();

View File

@ -76,4 +76,3 @@ _response_cb(void *data, Evas_Object *obj,
{
evas_object_del(data);
}

View File

@ -108,5 +108,4 @@ elm_main(int argc, char **argv)
return 0;
}
ELM_MAIN()

View File

@ -109,5 +109,4 @@ elm_main(int argc, char **argv)
return 0;
}
ELM_MAIN()

View File

@ -61,7 +61,6 @@ _transit_resizing(Elm_Transit *trans)
elm_transit_effect_resizing_add(trans, 250, 100, 400, 160);
}
/* helper structure that will hold the transit checkboxes string, callbacks
* and checked statuses */
static struct {