diff options
Diffstat (limited to 'xfa/fxfa/fm2js/xfa_program.h')
-rw-r--r-- | xfa/fxfa/fm2js/xfa_program.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fxfa/fm2js/xfa_program.h b/xfa/fxfa/fm2js/xfa_program.h index 7a2dade6fd..a00a5037da 100644 --- a/xfa/fxfa/fm2js/xfa_program.h +++ b/xfa/fxfa/fm2js/xfa_program.h @@ -20,8 +20,6 @@ class CXFA_FMProgram { int32_t ParseProgram(); int32_t TranslateProgram(CFX_WideTextBuf& wsJavaScript); - const CXFA_FMErrorInfo& GetError() const { return m_pErrorInfo; } - private: CXFA_FMErrorInfo m_pErrorInfo; CXFA_FMParse m_parse; |