summaryrefslogtreecommitdiff
path: root/starmath/source
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2012-10-01 21:32:31 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-10-02 20:54:07 +0400
commit6fa4242439466be61c159d54cd85c2c44b631c32 (patch)
tree66c3501ef02a2df6759a5946b3cbe8d9b2b4d479 /starmath/source
parent10272d32865b2d9754f89a50efde6e685b39b036 (diff)
remove unused method
Change-Id: I7acca32fdf9902ce598bdbed32cccdecf9a08907
Diffstat (limited to 'starmath/source')
-rw-r--r--starmath/source/utility.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/starmath/source/utility.cxx b/starmath/source/utility.cxx
index f1d64400073b..7cef6dec786e 100644
--- a/starmath/source/utility.cxx
+++ b/starmath/source/utility.cxx
@@ -129,11 +129,6 @@ void SmPickList::Clear()
/**************************************************************************/
-void * SmFontPickList::CreateItem(const String& /*rString*/)
-{
- return new Font();
-}
-
void * SmFontPickList::CreateItem(const void *pItem)
{
return new Font(*((Font *) pItem));