summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-21 13:42:14 +0200
committerNoel Grandin <noel@peralex.com>2014-02-25 15:16:56 +0200
commit6ef5009defd04273a10d1aa1a3de96eaa0470482 (patch)
treef31601e913c45eb0b9d6c00fbde95b809ed5c2e9 /include
parent7efa467ef31d3f053c79bc189b3dbec957747ae5 (diff)
remove unused code sdr::overlay::OverlayRectangle::setSecondPosition
Change-Id: I566b479a298d7496b1ff766bfbaf0ccde84472aa
Diffstat (limited to 'include')
-rw-r--r--include/svx/sdr/overlay/overlayrectangle.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svx/sdr/overlay/overlayrectangle.hxx b/include/svx/sdr/overlay/overlayrectangle.hxx
index efbe34441537..36230b4e9c30 100644
--- a/include/svx/sdr/overlay/overlayrectangle.hxx
+++ b/include/svx/sdr/overlay/overlayrectangle.hxx
@@ -61,9 +61,6 @@ namespace sdr
sal_uInt32 nBlinkTime,
bool bAnimate);
- const basegfx::B2DPoint& getSecondPosition() const { return maSecondPosition; }
- void setSecondPosition(const basegfx::B2DPoint&);
-
// data read access
double getTransparence() const { return mfTransparence; }
double getDiscreteGrow() const { return mfDiscreteGrow; }