summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviews1.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-02-09 11:29:37 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-02-09 11:29:37 +0100
commitc12ab867f282e783507fcf74ab5c90e784681f65 (patch)
tree6435dd10b5d05d86b9ea4549bceb2696d028b641 /sd/source/ui/view/drviews1.cxx
parentd84e78aa31252f6e514ad8a8ef38c4a4ec93cb37 (diff)
Remove unused methods
GetOptimalSizePixel and GetHCtrlWidth are never called Change-Id: Ib2ce1445447e85de66683f8b0fdf4fc8aa464084
Diffstat (limited to 'sd/source/ui/view/drviews1.cxx')
-rw-r--r--sd/source/ui/view/drviews1.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sd/source/ui/view/drviews1.cxx b/sd/source/ui/view/drviews1.cxx
index 92370bfd2030..2a2bfbafddeb 100644
--- a/sd/source/ui/view/drviews1.cxx
+++ b/sd/source/ui/view/drviews1.cxx
@@ -476,18 +476,6 @@ bool DrawViewShell::IsLayerModeActive (void) const
}
-
-/**
- * Return size of TabControls and ModeButtons
- */
-
-long DrawViewShell::GetHCtrlWidth()
-{
- // return maTabControl.GetSizePixel().Width();
- return 0;
-}
-
-
/**
* Generate horizontal ruler
*/