Remove unused wxJSScriptWrapper::GetOutputJSVariable() method
There doesn't seem to be any reason to keep it.
This commit is contained in:
@@ -149,11 +149,6 @@ public:
|
|||||||
return wxString::Format("%s = undefined;", m_outputVarName);
|
return wxString::Format("%s = undefined;", m_outputVarName);
|
||||||
}
|
}
|
||||||
|
|
||||||
wxString GetOutputJSVariable() const
|
|
||||||
{
|
|
||||||
return m_outputVarName;
|
|
||||||
}
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
wxString m_escapedCode;
|
wxString m_escapedCode;
|
||||||
wxString m_outputVarName;
|
wxString m_outputVarName;
|
||||||
|
Reference in New Issue
Block a user