summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--amarok/src/collectionbrowser.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/amarok/src/collectionbrowser.cpp b/amarok/src/collectionbrowser.cpp
index c9000a14..93826fea 100644
--- a/amarok/src/collectionbrowser.cpp
+++ b/amarok/src/collectionbrowser.cpp
@@ -563,8 +563,6 @@ CollectionView::setShowDivider( bool show )
void
CollectionView::keyPressEvent( TQKeyEvent *e )
{
- typedef TQListViewItemIterator It;
-
// Reimplement up and down to skip dividers and to loop around.
// Some of this code used to be in CollectionBrowser::eventFilter.
// This rewritten code is more faithful to the ordinary moving