src/hbcore/gui/hbmenucontainer_p.h
changeset 28 b7da29130b0e
parent 21 4633027730f5
--- a/src/hbcore/gui/hbmenucontainer_p.h	Thu Sep 02 20:44:51 2010 +0300
+++ b/src/hbcore/gui/hbmenucontainer_p.h	Fri Sep 17 08:32:10 2010 +0300
@@ -61,7 +61,6 @@
 
 protected:
     virtual void gestureEvent(QGestureEvent *event);
-    QVariant itemChange(GraphicsItemChange change, const QVariant &value);
 private:
     void updateCurrentItem();
     bool isFocusable(QAction *action);
@@ -79,7 +78,6 @@
     HbMenuListViewPrivate();
     virtual ~HbMenuListViewPrivate() { }
     HbMenuContainer *mContainer;
-    HbMenuItem *mHitItem;
     HbMenuItem *mCurrentItem;
     int mCurrentIndex;
     bool mWasScrolling;