From 88e42a981484c9a1b782dadb7830a1f9cd58c5e2 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 12 Jul 2011 23:13:12 +0200 Subject: callcatcher: remove unused B3dViewport::Set* --- tools/source/generic/b3dtrans.cxx | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'tools/source/generic/b3dtrans.cxx') 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; -- cgit