summaryrefslogtreecommitdiff
path: root/include/drawinglayer/geometry
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-15 10:37:10 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-15 11:33:46 +0000
commitb303f274ab385887bd1e57c6a4e608c8d075b551 (patch)
treed4308cc70fca3cf07ade6f5053628e4a01e308b2 /include/drawinglayer/geometry
parent269bf161e6904f33dda21e319982bfb119f24592 (diff)
loplugin:unusedmethods drawinglayer
Change-Id: If28de80a09fbc8e72df9e919cce66cf425134d4c Reviewed-on: https://gerrit.libreoffice.org/17062 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/drawinglayer/geometry')
-rw-r--r--include/drawinglayer/geometry/viewinformation2d.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/drawinglayer/geometry/viewinformation2d.hxx b/include/drawinglayer/geometry/viewinformation2d.hxx
index 2358c759cd85..967959feaa3b 100644
--- a/include/drawinglayer/geometry/viewinformation2d.hxx
+++ b/include/drawinglayer/geometry/viewinformation2d.hxx
@@ -118,9 +118,6 @@ namespace drawinglayer
/// destructor
~ViewInformation2D();
- // checks if the incarnation is default constructed
- bool isDefault() const;
-
/// assignment operator
ViewInformation2D& operator=(const ViewInformation2D& rCandidate);