Skip to content

Commit 5d7f54d

Browse files
committedSep 5, 2018
Remove unused variable
1 parent 47b69c4 commit 5d7f54d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed
 

‎src/server/qgsservercachefilter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#include <QDomDocument>
2323

2424
QgsServerCacheFilter::QgsServerCacheFilter( const QgsServerInterface *serverInterface )
25-
: mServerInterface( serverInterface )
2625
{
2726
}
2827

‎src/server/qgsservercachefilter.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,6 @@ class SERVER_EXPORT QgsServerCacheFilter
123123
*/
124124
virtual bool deleteCachedImages( const QgsProject *project ) const;
125125

126-
private:
127-
128-
//! The server interface
129-
const QgsServerInterface *mServerInterface = nullptr;
130-
131126
};
132127

133128
//! The registry definition

0 commit comments

Comments
 (0)
Please sign in to comment.