summaryrefslogtreecommitdiff
path: root/vcl/inc/unx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-02-12 20:19:21 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-02-12 20:23:56 +0000
commit32765747ace52f553f815a4ba21f7e6c9b9e899f (patch)
tree29c302434f24a0e65cfb8c5bd468ffb6ded124aa /vcl/inc/unx
parentf2d7ee6704626b7686c1046ac796f0aac8fccbfd (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.h2
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; }