Remove unnecessary files
[apps/home/wrt-setting.git] / webapp-detail / exceptionsview.cpp
old mode 100644 (file)
new mode 100755 (executable)
index 652353e..3330a7b
@@ -77,7 +77,6 @@ ExceptionsView::~ExceptionsView(void)
 bool ExceptionsView::loadView(void)
 {
     using namespace SecurityOriginDB;
-    resetBase();
 
     Evas_Object* genlist = NULL;
     genlist = elm_genlist_add(m_naviframe);
@@ -97,7 +96,6 @@ bool ExceptionsView::loadView(void)
                             NULL,
                             genlist,
                             NULL);
-    resetBase(genlist);
     return true;
 }