summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xfa/fwl/core/fwl_error.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/xfa/fwl/core/fwl_error.h b/xfa/fwl/core/fwl_error.h
index e29f89e012..1332fbbb31 100644
--- a/xfa/fwl/core/fwl_error.h
+++ b/xfa/fwl/core/fwl_error.h
@@ -13,8 +13,7 @@ enum class FWL_Error {
ParameterInvalid,
PropertyInvalid,
IntermediateValueInvalid,
- MethodNotSupported,
- OutOfMemory
+ MethodNotSupported
};
#endif // XFA_FWL_CORE_FWL_ERROR_H_