Move RunScriptInternal() out of wxWebViewIE and rename

There is no need for this function to be a class member.
This commit is contained in:
Vadim Zeitlin
2017-10-22 00:17:28 +02:00
parent b66632fc6d
commit 408ee0523c
2 changed files with 5 additions and 7 deletions

View File

@@ -200,9 +200,6 @@ private:
//Toggles control features see INTERNETFEATURELIST for values.
bool EnableControlFeature(long flag, bool enable = true);
bool RunScriptInternal(wxVariant varJavascript,
wxAutomationObject* scriptAO, wxVariant* varResult);
wxDECLARE_DYNAMIC_CLASS(wxWebViewIE);
};