diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-02-12 20:19:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-02-12 20:23:56 +0000 |
commit | 32765747ace52f553f815a4ba21f7e6c9b9e899f (patch) | |
tree | 29c302434f24a0e65cfb8c5bd468ffb6ded124aa /vcl/inc/unx | |
parent | f2d7ee6704626b7686c1046ac796f0aac8fccbfd (diff) |
this GetClipRegionType is always SAL_OBJECT_CLIP_INCLUDERECTS
Change-Id: I0dc1ac4748dc81e16cf1d68e5f1bd8eb407bb9cf
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r-- | vcl/inc/unx/salobj.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/unx/salobj.h b/vcl/inc/unx/salobj.h index 867181ab39b9..e03933f50306 100644 --- a/vcl/inc/unx/salobj.h +++ b/vcl/inc/unx/salobj.h @@ -39,8 +39,6 @@ public: return ClipRectangleList; } void ResetClipRegion() { numClipRectangles = 0; } - sal_uInt16 GetClipRegionType() { - return SAL_OBJECT_CLIP_INCLUDERECTS; } int GetRectangleCount() { return numClipRectangles; } |