diff -r e79ce701c376 -r cb294e641644 controlpanelplugins/themeplugin/src/cpthemelistmodel.cpp --- a/controlpanelplugins/themeplugin/src/cpthemelistmodel.cpp Wed Aug 18 09:49:35 2010 +0300 +++ b/controlpanelplugins/themeplugin/src/cpthemelistmodel.cpp Thu Sep 02 20:27:31 2010 +0300 @@ -53,14 +53,7 @@ connect(mFileWatcher, SIGNAL(directoryChanged(QString)), this, SLOT(themeListChanged())); - - // data for the list which appears after the themes: - CpThemeInfo fetchFromStore; - fetchFromStore.setName(hbTrId("txt_cp_list_get_more_tones")); - fetchFromStore.setItemType(CpThemeInfo::ThemeListItemType_URL); - fetchFromStore.setItemData(QString("http://lr.ovi.mobi/store/themes")); - fetchFromStore.setIcon(HbIcon("qtg_large_ovistore")); - mBottomThemeList.append(fetchFromStore); + } /* @@ -113,19 +106,7 @@ case Qt::DisplayRole: retVal = list->at(row).name(); break; -#ifdef CP_THEME_PREVIEW_DEFINED - case Qt::DecorationRole: - retVal = list->at(row).icon(); - break; - case PortraitPreviewRole: - retVal = list->at(row).portraitPreviewIcon(); - break; - - case LandscapePreviewRole: - retVal = list->at(row).landscapePreviewIcon(); - break; -#endif case Qt::SizeHintRole: retVal = list->at(row).icon().size(); break;