webengine/osswebengine/WebCore/platform/symbian/FormFillPopup.h
branchRCL_3
changeset 93 79859ed3eea9
parent 67 4917f9bf7995
child 94 919f36ff910f
--- a/webengine/osswebengine/WebCore/platform/symbian/FormFillPopup.h	Thu Aug 19 10:58:56 2010 +0300
+++ b/webengine/osswebengine/WebCore/platform/symbian/FormFillPopup.h	Tue Aug 31 16:17:46 2010 +0300
@@ -21,8 +21,6 @@
 
 #include <e32base.h>
 
-// FORWARD DECLARATIONS
-class CFont;
 namespace WebCore
 {
     class Frame;
@@ -36,7 +34,6 @@
     virtual void clear() = 0;
     virtual void setLocationHintInDoc(const TRect& r, WebCore::Frame* frame) = 0;
     virtual ~MFormFillPopup() {}
-    virtual void setFont(CFont* font) {}
 };
 
 #endif //!__FORMFILLPOPUP_H__