Remove unused wxJSScriptWrapper::GetOutputJSVariable() method

There doesn't seem to be any reason to keep it.
This commit is contained in:
Vadim Zeitlin 2017-10-22 17:41:48 +02:00
parent eff7a2e07f
commit 3907524098

View File

@ -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;