Skip to content

Commit

Permalink
[server][housekeeping] Removed unused class QgsMSLayerCache
Browse files Browse the repository at this point in the history
Not used in the server anymore (layer instances are keps
in memory in the project)
  • Loading branch information
elpaso committed Mar 20, 2018
1 parent 94e3d1c commit 2cd4a46
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 2cd4a46

Please sign in to comment.