elm elm_getting_started.h: Removed unnecessary variable from

documentation.

SVN revision: 66781
This commit is contained in:
Daniel Juyung Seo 2012-01-03 06:42:01 +00:00
parent 83b6fdf545
commit 77736f0ce8
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@
* EAPI_MAIN int
* elm_main(int argc, char **argv)
* {
* Evas_Object *win, *bg, *box, *lab, *btn;
* Evas_Object *win, *box, *lab, *btn;
*
* // new window - do the usual and give it a name (hello) and title (Hello)
* win = elm_win_util_standard_add("hello", "Hello");