diff options
Diffstat (limited to 'xfa/fxfa/parser/cscript_logpseudomodel.cpp')
-rw-r--r-- | xfa/fxfa/parser/cscript_logpseudomodel.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/xfa/fxfa/parser/cscript_logpseudomodel.cpp b/xfa/fxfa/parser/cscript_logpseudomodel.cpp index 07c84de8e1..7a9c410aba 100644 --- a/xfa/fxfa/parser/cscript_logpseudomodel.cpp +++ b/xfa/fxfa/parser/cscript_logpseudomodel.cpp @@ -17,23 +17,3 @@ CScript_LogPseudoModel::CScript_LogPseudoModel(CXFA_Document* pDocument) pdfium::MakeUnique<CJX_LogPseudoModel>(this)) {} CScript_LogPseudoModel::~CScript_LogPseudoModel() {} - -void CScript_LogPseudoModel::Message(CFXJSE_Arguments* pArguments) { - JSLogPseudoModel()->Message(pArguments); -} - -void CScript_LogPseudoModel::TraceEnabled(CFXJSE_Arguments* pArguments) { - JSLogPseudoModel()->TraceEnabled(pArguments); -} - -void CScript_LogPseudoModel::TraceActivate(CFXJSE_Arguments* pArguments) { - JSLogPseudoModel()->TraceActivate(pArguments); -} - -void CScript_LogPseudoModel::TraceDeactivate(CFXJSE_Arguments* pArguments) { - JSLogPseudoModel()->TraceDeactivate(pArguments); -} - -void CScript_LogPseudoModel::Trace(CFXJSE_Arguments* pArguments) { - JSLogPseudoModel()->Trace(pArguments); -} |