--- a/videocollection/tsrc/stubs/src/videolistview.cpp Fri Jun 11 13:39:54 2010 +0300
+++ b/videocollection/tsrc/stubs/src/videolistview.cpp Wed Jun 23 18:14:16 2010 +0300
@@ -146,16 +146,6 @@
// not stubbed
}
-void VideoListView::openNewAlbumSlot(const QModelIndex &parent,
- int start,
- int end)
-{
- Q_UNUSED(parent);
- Q_UNUSED(start);
- Q_UNUSED(end);
- // not stubbed
-}
-
void VideoListView::openServicesViewSlot()
{
// not stubbed
@@ -246,10 +236,4 @@
// not stubbed
}
-void VideoListView::createCollectionDialogFinished(HbAction *action)
-{
- Q_UNUSED(action);
- // not stubbed
-}
-
// end of file