elm elm_getting_started.h: Removed unnecessary variable from
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 3 Jan 2012 06:42:01 +0000 (06:42 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 3 Jan 2012 06:42:01 +0000 (06:42 +0000)
documentation.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66781 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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");