fep/aknfep/inc/AknFepManagerUIInterface.h
branchRCL_3
changeset 56 8152b1f1763a
parent 44 ecbabf52600f
--- a/fep/aknfep/inc/AknFepManagerUIInterface.h	Wed Sep 15 12:34:44 2010 +0300
+++ b/fep/aknfep/inc/AknFepManagerUIInterface.h	Wed Oct 13 14:55:58 2010 +0300
@@ -401,13 +401,6 @@
      * An editor of unlimited length will return its maximum size as zero
      */
     virtual TBool EditorHasFreeSpace( TInt aNumberOfCharacter = 0 ) const = 0;
-    
-    /**
-     * Check whether the editor is a Java number editor
-     * Return ETrue if the editor is a Java number editor 
-     */
-    virtual TBool IsSpecialNumericEditor() = 0;
-
 
     virtual void RedecorateAfterDeletionL( const TDesC& aTextThatWasDeleted ) = 0;