summaryrefslogtreecommitdiff
path: root/core/fxge/cfx_cliprgn.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxge/cfx_cliprgn.h')
-rw-r--r--core/fxge/cfx_cliprgn.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fxge/cfx_cliprgn.h b/core/fxge/cfx_cliprgn.h
index 58ebb4de73..0087739ad2 100644
--- a/core/fxge/cfx_cliprgn.h
+++ b/core/fxge/cfx_cliprgn.h
@@ -24,7 +24,6 @@ class CFX_ClipRgn {
const FX_RECT& GetBox() const { return m_Box; }
RetainPtr<CFX_DIBitmap> GetMask() const { return m_Mask; }
- void Reset(const FX_RECT& rect);
void IntersectRect(const FX_RECT& rect);
void IntersectMaskF(int left, int top, const RetainPtr<CFX_DIBitmap>& Mask);