diff options
Diffstat (limited to 'xfa/fxgraphics/cfx_pattern.cpp')
-rw-r--r-- | xfa/fxgraphics/cfx_pattern.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xfa/fxgraphics/cfx_pattern.cpp b/xfa/fxgraphics/cfx_pattern.cpp index 8293ba1748..a20ec24aa5 100644 --- a/xfa/fxgraphics/cfx_pattern.cpp +++ b/xfa/fxgraphics/cfx_pattern.cpp @@ -11,9 +11,6 @@ CFX_Pattern::CFX_Pattern(FX_HatchStyle hatchStyle, const FX_ARGB backArgb, CFX_Matrix* matrix) : m_hatchStyle(hatchStyle), m_foreArgb(foreArgb), m_backArgb(backArgb) { - ASSERT(m_hatchStyle >= FX_HATCHSTYLE_Horizontal && - m_hatchStyle <= FX_HATCHSTYLE_SolidDiamond); - if (matrix) m_matrix = *matrix; else |