elementary: Removes unused variable.

Patch by Igor Murzov <e-mail@date.by>


SVN revision: 77394
This commit is contained in:
Cedric BAIL 2012-10-04 02:40:59 +00:00
parent 900ba23681
commit d6b7a7bc35
1 changed files with 1 additions and 1 deletions

View 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)