Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 5, 2018
1 parent 47b69c4 commit 5d7f54d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/server/qgsservercachefilter.cpp
Expand Up @@ -22,7 +22,6 @@
#include <QDomDocument>

QgsServerCacheFilter::QgsServerCacheFilter( const QgsServerInterface *serverInterface )
: mServerInterface( serverInterface )
{
}

Expand Down
5 changes: 0 additions & 5 deletions src/server/qgsservercachefilter.h
Expand Up @@ -123,11 +123,6 @@ class SERVER_EXPORT QgsServerCacheFilter
*/
virtual bool deleteCachedImages( const QgsProject *project ) const;

private:

//! The server interface
const QgsServerInterface *mServerInterface = nullptr;

};

//! The registry definition
Expand Down

0 comments on commit 5d7f54d

Please sign in to comment.