diff --git a/src/torrentcontentmodelitem.cpp b/src/torrentcontentmodelitem.cpp index 41a858f0a..666f0edab 100644 --- a/src/torrentcontentmodelitem.cpp +++ b/src/torrentcontentmodelitem.cpp @@ -43,7 +43,6 @@ TorrentContentModelItem::TorrentContentModelItem(const libtorrent::file_entry &f #if LIBTORRENT_VERSION_MINOR >= 16 QString name = fsutils::fileName(misc::toQStringU(f.path.c_str())); #else - Q_UNUSED(t); QString name = misc::toQStringU(f.path.filename()); #endif // Do not display incomplete extensions