Contact dialog feature reviewed.
[situare] / src / ui / listview.cpp
index d899f09..c1e8617 100644 (file)
@@ -245,13 +245,6 @@ void ListView::removeLastItem()
     }
 }
 
-QHash<QString, ListItem *> ListView::listItems() const
-{
-    qDebug() << __PRETTY_FUNCTION__;
-
-    return m_listItems;
-}
-
 ListItem *ListView::selectedItem()
 {
     qDebug() << __PRETTY_FUNCTION__;