LocalRedirectServer: Remove unused https variable

This commit is contained in:
Jonas Kvinge
2023-07-21 07:15:08 +02:00
parent 75ab6f25f4
commit ee5fa23a7a

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_;