summaryrefslogtreecommitdiff
path: root/basctl/source/basicide
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 /basctl/source/basicide
parentd84e78aa31252f6e514ad8a8ef38c4a4ec93cb37 (diff)
Remove unused methods
GetOptimalSizePixel and GetHCtrlWidth are never called Change-Id: Ib2ce1445447e85de66683f8b0fdf4fc8aa464084
Diffstat (limited to 'basctl/source/basicide')
-rw-r--r--basctl/source/basicide/basidesh.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/basctl/source/basicide/basidesh.cxx b/basctl/source/basicide/basidesh.cxx
index 812ca411decb..42f005d47bcb 100644
--- a/basctl/source/basicide/basidesh.cxx
+++ b/basctl/source/basicide/basidesh.cxx
@@ -435,12 +435,6 @@ void Shell::InitTabBar()
}
-Size Shell::GetOptimalSizePixel() const
-{
- return Size( 400, 300 );
-}
-
-
void Shell::OuterResizePixel( const Point &rPos, const Size &rSize )
{