Skip to content

Commit

Permalink
Merge pull request #6646 from elpaso/qgsmslayercache-removal
Browse files Browse the repository at this point in the history
[server][housekeeping] Removed unused class QgsMSLayerCache
  • Loading branch information
elpaso committed Mar 21, 2018
2 parents 00bb177 + 2cd4a46 commit 017b934
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 394 deletions.
7 changes: 0 additions & 7 deletions python/server/qgsserverinterface.sip.in
Expand Up @@ -109,13 +109,6 @@ Set the configuration file path
Remove entry from config cache

:param path: the path of the file to remove
%End

virtual void removeProjectLayers( const QString &path ) = 0;
%Docstring
Remove entries from layer cache

:param path: the path of the project which own the layers to be removed
%End

virtual QgsServiceRegistry *serviceRegistry() = 0 /KeepReference/;
Expand Down
2 changes: 0 additions & 2 deletions src/server/CMakeLists.txt
Expand Up @@ -29,7 +29,6 @@ SET(QGIS_SERVER_SRCS
qgsfcgiserverresponse.cpp
qgsfilterresponsedecorator.cpp
qgsfilterrestorer.cpp
qgsmslayercache.cpp
qgsrequesthandler.cpp
qgsserver.cpp
qgsserverexception.cpp
Expand All @@ -56,7 +55,6 @@ SET (QGIS_SERVER_HDRS
SET (QGIS_SERVER_MOC_HDRS
qgscapabilitiescache.h
qgsconfigcache.h
qgsmslayercache.h
qgsserverlogger.h
qgsserversettings.h
)
Expand Down
1 change: 0 additions & 1 deletion src/server/qgsconfigcache.cpp
Expand Up @@ -17,7 +17,6 @@

#include "qgsconfigcache.h"
#include "qgsmessagelog.h"
#include "qgsmslayercache.h"
#include "qgsaccesscontrol.h"
#include "qgsproject.h"

Expand Down
233 changes: 0 additions & 233 deletions src/server/qgsmslayercache.cpp

This file was deleted.

0 comments on commit 017b934

Please sign in to comment.