summaryrefslogtreecommitdiff
path: root/tools/source/generic/b3dtrans.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-12 23:13:12 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-13 07:21:18 +0200
commit88e42a981484c9a1b782dadb7830a1f9cd58c5e2 (patch)
treed98415286f4bdc7644c12b7fac4abbf96f1fe104 /tools/source/generic/b3dtrans.cxx
parentbb97b1e4b80595c22ea424bc45d763380f71273c (diff)
callcatcher: remove unused B3dViewport::Set*
Diffstat (limited to 'tools/source/generic/b3dtrans.cxx')
-rw-r--r--tools/source/generic/b3dtrans.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/source/generic/b3dtrans.cxx b/tools/source/generic/b3dtrans.cxx
index 23b064e57c72..2d62f2871d46 100644
--- a/tools/source/generic/b3dtrans.cxx
+++ b/tools/source/generic/b3dtrans.cxx
@@ -603,18 +603,6 @@ B3dViewport::~B3dViewport()
{
}
-void B3dViewport::SetVRP(const basegfx::B3DPoint& rNewVRP)
-{
- aVRP = rNewVRP;
- CalcOrientation();
-}
-
-void B3dViewport::SetVPN(const basegfx::B3DVector& rNewVPN)
-{
- aVPN = rNewVPN;
- CalcOrientation();
-}
-
void B3dViewport::SetVUV(const basegfx::B3DVector& rNewVUV)
{
aVUV = rNewVUV;