Remove unused m_runScriptCount
This was no longer used after the changes to the javascript wrapper
This commit is contained in:
@@ -138,7 +138,6 @@ public:
|
|||||||
wxWebView()
|
wxWebView()
|
||||||
{
|
{
|
||||||
m_showMenu = true;
|
m_showMenu = true;
|
||||||
m_runScriptCount = 0;
|
|
||||||
m_syncScriptResult = 0;
|
m_syncScriptResult = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -272,10 +271,6 @@ protected:
|
|||||||
void SendScriptResult(void* clientData, bool success,
|
void SendScriptResult(void* clientData, bool success,
|
||||||
const wxString& output) const;
|
const wxString& output) const;
|
||||||
|
|
||||||
// Count the number of calls to RunScript() in order to prevent
|
|
||||||
// the_same variable from being used twice in more than one call.
|
|
||||||
mutable int m_runScriptCount;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
static void InitFactoryMap();
|
static void InitFactoryMap();
|
||||||
static wxStringWebViewFactoryMap::iterator FindFactory(const wxString &backend);
|
static wxStringWebViewFactoryMap::iterator FindFactory(const wxString &backend);
|
||||||
|
Reference in New Issue
Block a user