Remove title
[platform/framework/web/wrt.git] / src / wrt-client / wrt-client.cpp
index addf2c4..c590938 100644 (file)
@@ -590,8 +590,7 @@ void WrtClient::initializeWindowModes()
     ctxMenuForward.data = this;
     ctxMenuItems.push_back(ctxMenuForward);
 
-    m_windowData->setViewMode(name.c_str(),
-            fullscreen,
+    m_windowData->setViewMode(fullscreen,
             backbutton,
             ctxMenuItems);
 }