Elm: Remove unused variable in example (I was tired of seeing the

compiler message about it) ;)



SVN revision: 75516
This commit is contained in:
Christopher Michael 2012-08-22 06:02:17 +00:00
parent a4175ba928
commit a0a78332cd
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ EAPI_MAIN int
elm_main(int argc,
char **argv)
{
int h;
Evas_Object *win, *bg, *box, *frame, *check, *b, *slider;
/* tell elm about our app so it can figure out where to get files */