git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68578
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if ( !m_webView )
return;
- bool result = [(WebView*)m_webView goBack];
-
- // TODO: return result (if it also exists in other backends...)
- //return result;
+ [(WebView*)m_webView goBack];
}
void wxWebViewWebKit::GoForward()
if ( !m_webView )
return;
- bool result = [(WebView*)m_webView goForward];
-
- // TODO: return result (if it also exists in other backends...)
- //return result;
+ [(WebView*)m_webView goForward];
}
void wxWebViewWebKit::Reload(wxWebViewReloadFlags flags)