elm elm_getting_started.h: Removed unnecessary variable from
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 3 Jan 2012 06:42:01 +0000 (06:42 +0000)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 3 Jan 2012 06:42:01 +0000 (06:42 +0000)
documentation.

SVN revision: 66781

src/lib/elm_getting_started.h

index a5e7456..bde2236 100644 (file)
  * 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");