Remove unused non-trivial variables. [-Wclazy-unused-non-trivial-variable] Thanks Clazy!

This commit is contained in:
Mateusz Skowroński
2019-01-30 20:07:40 +01:00
committed by wmayer
parent 317bcd59c9
commit 082647b2d1
5 changed files with 0 additions and 5 deletions

View File

@@ -281,7 +281,6 @@ void BrowserView::onLinkClicked (const QUrl & url)
// path handling
QString path = url.path();
QFileInfo fi(path);
QString ext = fi.completeSuffix();
QUrl exturl(url);
// query