src/hbwidgets/widgets/hbcombobox_p.h
changeset 28 b7da29130b0e
parent 21 4633027730f5
child 30 80e4d18b72f5
--- a/src/hbwidgets/widgets/hbcombobox_p.h	Thu Sep 02 20:44:51 2010 +0300
+++ b/src/hbwidgets/widgets/hbcombobox_p.h	Fri Sep 17 08:32:10 2010 +0300
@@ -142,14 +142,6 @@
     ~HbCustomLineEdit() {
     }
 
-    void setLongPressEnabled( bool enable = true ) {
-        if( enable ) {
-            scrollArea( )->setLongPressEnabled( true );
-        } else {
-            scrollArea( )->setLongPressEnabled( false );
-        }
-    }
-
 protected:
     void focusInEvent( QFocusEvent *event ) {
         HbEditorInterface editorInterface( this );