javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swtfactory.cpp
changeset 23 98ccebc37403
parent 21 2a9601315dfc
child 60 6c158198356e
--- a/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swtfactory.cpp	Mon May 03 12:27:20 2010 +0300
+++ b/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swtfactory.cpp	Fri May 14 15:47:24 2010 +0300
@@ -49,7 +49,6 @@
 #include "swtmultipagedialog.h"
 #include "swtscreen.h"
 #include "swtsortedlist.h"
-#include "swttasktip.h"
 #include "swttextextension.h"
 #include "swttimedmessagebox.h"
 #include "swtquerydialog.h"
@@ -392,14 +391,6 @@
     return CSwtQueryDialog::ConvertDefaultValueL(aString, aQueryType);
 }
 
-MSwtTaskTip* CSwtFactory::NewTaskTipL(
-    MSwtDisplay& aDisplay,
-    TSwtPeer aPeer,
-    TInt aStyle) const
-{
-    return CSwtTaskTip::NewL(aDisplay, aPeer, aStyle);
-}
-
 MSwtTextExtension* CSwtFactory::NewTextExtensionL(
     MSwtDisplay& aDisplay,
     TSwtPeer aPeer,