elementary: Removes unused variable.
authorCedric BAIL <cedric.bail@free.fr>
Thu, 4 Oct 2012 02:40:59 +0000 (02:40 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Thu, 4 Oct 2012 02:40:59 +0000 (02:40 +0000)
Patch by Igor Murzov <e-mail@date.by>

SVN revision: 77394

src/examples/web_example_01.c

index 2ccfaf3..74ea132 100644 (file)
@@ -13,7 +13,7 @@
 EAPI_MAIN int
 elm_main(int argc, char *argv[])
 {
-   Evas_Object *win, *bg, *web;
+   Evas_Object *win, *web;
 
    /* The program will proceed only if Ewebkit library is available. */
    if (elm_need_web() == EINA_FALSE)