]> cloud.milkyroute.net Git - dolphin.git/commitdiff
remove unused method
authorPeter Penz <peter.penz19@gmail.com>
Tue, 20 May 2008 19:40:07 +0000 (19:40 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Tue, 20 May 2008 19:40:07 +0000 (19:40 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=810455

src/dolphinviewcontainer.cpp
src/dolphinviewcontainer.h

index a9226ebb0a3dba4a92f0dccc5f85e232a46f459a..ae9defc1add178ebd84aafd92706772f80dbeae0 100644 (file)
@@ -199,12 +199,6 @@ bool DolphinViewContainer::isUrlEditable() const
     return m_urlNavigator->isUrlEditable();
 }
 
-KFileItem DolphinViewContainer::fileItem(const QModelIndex& index) const
-{
-    const QModelIndex dolphinModelIndex = m_proxyModel->mapToSource(index);
-    return m_dolphinModel->itemForIndex(dolphinModelIndex);
-}
-
 void DolphinViewContainer::updateProgress(int percent)
 {
     if (!m_showProgress) {
index ac7fe315baa3115eed924e73b7dc9e3d1aef3d48..c50b4aed66a8ffa643ca0fb6f34d598feb4290fa 100644 (file)
@@ -90,8 +90,6 @@ public:
     void setActive(bool active);
     bool isActive() const;
 
-    KFileItem fileItem(const QModelIndex& index) const;
-
     const DolphinStatusBar* statusBar() const;
     DolphinStatusBar* statusBar();