test_web.c: removed unused local variable.

This commit is contained in:
Daniel Juyung Seo 2013-12-24 01:20:37 +09:00
parent 7c19dfffbc
commit 9e09f74895
1 changed files with 0 additions and 2 deletions

View File

@ -359,8 +359,6 @@ _main_web_del_cb(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
void
test_web(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED)
{
const char user_agent_firefox[] = "Mozilla/5.0 (X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1";
const char user_agent_mobile[] = "Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.0 Mobile/1A543a Safari/419.3";
Evas_Object *win, *bx, *bx2, *bt, *web, *url;
Web_Test *wt;
unsigned i;