test_web.c: removed unused local variable.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 23 Dec 2013 16:20:37 +0000 (01:20 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 23 Dec 2013 16:20:37 +0000 (01:20 +0900)
legacy/elementary/src/bin/test_web.c

index 021ddb7..c03de30 100644 (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;