summaryrefslogtreecommitdiff
path: root/svx/source/engine3d
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-10 11:24:39 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-10 11:24:39 +0200
commit8f703221a0dcc772a6d5f6087c77747c7759d16d (patch)
treea48bcb91cd5fcf002c8b1662cef92c0acd81ce9a /svx/source/engine3d
parent492c1da6be6ed7950bb58bd860748b81b52e7264 (diff)
Clean up function declarations and some unused functions
Change-Id: Ic720aa7b30bbe56d67e0b65f3e047ad3ae521a97
Diffstat (limited to 'svx/source/engine3d')
-rw-r--r--svx/source/engine3d/helperhittest3d.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/engine3d/helperhittest3d.cxx b/svx/source/engine3d/helperhittest3d.cxx
index 7c6ea1fcf572..d38445dfb8d8 100644
--- a/svx/source/engine3d/helperhittest3d.cxx
+++ b/svx/source/engine3d/helperhittest3d.cxx
@@ -54,7 +54,6 @@ public:
// data read access
const E3dCompoundObject* getObject() const { return mpObject; }
- double getDepth() const { return mfDepth; }
};