Remove unused non-trivial variables. [-Wclazy-unused-non-trivial-variable] Thanks Clazy!
This commit is contained in:
committed by
wmayer
parent
317bcd59c9
commit
082647b2d1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user