From 0d26d734b32fefbff79063c1720722b24c3cbee9 Mon Sep 17 00:00:00 2001 From: SuperGnarf Date: Sun, 2 Sep 2012 15:53:43 +0300 Subject: [PATCH] Update src/torrentcontentmodelitem.cpp removed macro for not existing variable t --- src/torrentcontentmodelitem.cpp | 1 - 1 file changed, 1 deletion(-) 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