LocalRedirectServer: Remove unused https variable

This commit is contained in:
Jonas Kvinge 2023-07-21 07:15:08 +02:00
parent 75ab6f25f4
commit ee5fa23a7a
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ class LocalRedirectServer : public QTcpServer {
QUrl ParseUrlFromRequest(const QByteArray &request) const;
private:
bool https_;
int port_;
QUrl url_;
QUrl request_url_;