javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swtfactory.cpp
branchRCL_3
changeset 60 6c158198356e
parent 24 0fd27995241b
--- a/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swtfactory.cpp	Thu Jul 15 18:31:06 2010 +0300
+++ b/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swtfactory.cpp	Thu Aug 19 09:48:13 2010 +0300
@@ -459,13 +459,6 @@
     return CSwtTree::NewL(aDisplay, aPeer, aParent, aStyle);
 }
 
-MSwtFontDialog* CSwtFactory::NewFontDialogL() const
-{
-    User::Leave(ESwtErrorNotImplemented);
-    return NULL;
-    //return new( ELeave ) CSwtFontDialog();
-}
-
 TRgb* CSwtFactory::RunColorDialogL(TRgb* aDefaultColor) const
 {
     return CSwtColorDialog::RunDlgL(aDefaultColor);