diff --git a/Code/Common/Gui/mvdDatabaseTreeWidget.cxx b/Code/Common/Gui/mvdDatabaseTreeWidget.cxx index c756ce7f8db3bbe4f7db1e1c6f5f9f545e300ae0..c20a30afa1ad6277d6990b6439d4a4af778cb011 100644 --- a/Code/Common/Gui/mvdDatabaseTreeWidget.cxx +++ b/Code/Common/Gui/mvdDatabaseTreeWidget.cxx @@ -175,20 +175,6 @@ DatabaseTreeWidget m_EditionContext = NULL; } -/*******************************************************************************/ -void -DatabaseTreeWidget::mouseMoveEvent( QMouseEvent * event ) -{ - TreeWidget::mouseMoveEvent( event ); -} - -/*******************************************************************************/ -void -DatabaseTreeWidget::mousePressEvent(QMouseEvent *event) -{ - TreeWidget::mousePressEvent( event ); -} - /*******************************************************************************/ void DatabaseTreeWidget::dropEvent(QDropEvent *event) diff --git a/Code/Common/Gui/mvdDatabaseTreeWidget.h b/Code/Common/Gui/mvdDatabaseTreeWidget.h index a49067df42ee5f14924c824a1a2a0063ed25f58e..f1aea0dee923c2b6bdd65edfabd3eaab6d1d292e 100644 --- a/Code/Common/Gui/mvdDatabaseTreeWidget.h +++ b/Code/Common/Gui/mvdDatabaseTreeWidget.h @@ -97,8 +97,6 @@ public: // // - void mouseMoveEvent( QMouseEvent * event ); - void mousePressEvent( QMouseEvent * event ); void dropEvent(QDropEvent *event); void keyPressEvent( QKeyEvent * event );