Removed leftover

This commit is contained in:
Alessandro Pasotti 2019-01-22 10:08:45 +01:00
parent 02c3c8e84a
commit 4592fa70f1

View File

@ -51,8 +51,6 @@ class SERVER_EXPORT QgsFcgiServerRequest: public QgsServerRequest
QByteArray mData;
bool mHasError = false;
//! Url before the server rewrite
QUrl mOriginalUrl;
};
#endif