summaryrefslogtreecommitdiff
path: root/fxjs/cfxjse_formcalc_context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cfxjse_formcalc_context.cpp')
-rw-r--r--fxjs/cfxjse_formcalc_context.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/fxjs/cfxjse_formcalc_context.cpp b/fxjs/cfxjse_formcalc_context.cpp
index ca75008b84..b396db39b1 100644
--- a/fxjs/cfxjse_formcalc_context.cpp
+++ b/fxjs/cfxjse_formcalc_context.cpp
@@ -311,15 +311,11 @@ const FXJSE_FUNCTION_DESCRIPTOR formcalc_fm2js_functions[] = {
const FXJSE_CLASS_DESCRIPTOR formcalc_fm2js_descriptor = {
"XFA_FM2JS_FormCalcClass", // name
- nullptr, // constructor
- nullptr, // properties
formcalc_fm2js_functions, // methods
- 0, // number of properties
FX_ArraySize(formcalc_fm2js_functions), // number of methods
nullptr, // dynamic prop type
nullptr, // dynamic prop getter
nullptr, // dynamic prop setter
- nullptr, // dynamic prop deleter
nullptr, // dynamic prop method call
};