diff --git a/src/lib/data/html.qrc b/src/lib/data/html.qrc index 72e2da791..8d03253b1 100644 --- a/src/lib/data/html.qrc +++ b/src/lib/data/html.qrc @@ -16,7 +16,6 @@ html/plus.png html/loading.gif html/reload.png - html/qupzilla.ico html/broken-page.png html/configure.png html/config.html diff --git a/src/lib/data/html/qupzilla.ico b/src/lib/data/html/qupzilla.ico deleted file mode 100644 index dec41c567..000000000 Binary files a/src/lib/data/html/qupzilla.ico and /dev/null differ diff --git a/src/lib/network/schemehandlers/qupzillaschemehandler.cpp b/src/lib/network/schemehandlers/qupzillaschemehandler.cpp index 26b4f0d7a..8fb1b3099 100644 --- a/src/lib/network/schemehandlers/qupzillaschemehandler.cpp +++ b/src/lib/network/schemehandlers/qupzillaschemehandler.cpp @@ -498,7 +498,6 @@ QString QupZillaSchemeReply::adblockPage() aPage = QzTools::applyDirectionToPage(aPage); } - QString page = aPage; QUrlQuery query(m_job->requestUrl());