summaryrefslogtreecommitdiff
path: root/svl/unx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-10 00:56:06 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-10 00:56:06 +0900
commit2ac4d8bf32ef72e22b1feaef300b604a50cdc6d2 (patch)
treef0d087fa3185cb8a7b8a7be3eb5a2268ae67f9f2 /svl/unx
parentcfe98a1305202419f224a31e54cd37e64401fa4f (diff)
nuke dead code
Change-Id: I666791b2a2bb817d59625868d5e2df1a9341b2ff
Diffstat (limited to 'svl/unx')
-rw-r--r--svl/unx/inc/convert.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/svl/unx/inc/convert.hxx b/svl/unx/inc/convert.hxx
index 45251e41a4b2..bae389b0e893 100644
--- a/svl/unx/inc/convert.hxx
+++ b/svl/unx/inc/convert.hxx
@@ -46,14 +46,6 @@ public:
static void Swap( Rectangle & rRect )
{ Swap( rRect.Top() ); Swap( rRect.Bottom() );
Swap( rRect.Left() ); Swap( rRect.Right() ); }
-/*
- static USHORT AnsiFloatSize() const { return 6; }
- static float AnsiToFloat( void * pAnsiFloat )
- { return 0; }
- static USHORT AnsiDoubleSize() const { return 12; }
- static double AnsiToDouble( void * pAnsiDouble )
- { return 0; }
-*/
};
#endif // _CONVERT_HXX