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