Skip to content

Commit 2cd4a46

Browse files
committed
[server][housekeeping] Removed unused class QgsMSLayerCache
Not used in the server anymore (layer instances are keps in memory in the project)
1 parent 94e3d1c commit 2cd4a46

9 files changed

+0
-394
lines changed

python/server/qgsserverinterface.sip.in

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,6 @@ Set the configuration file path
109109
Remove entry from config cache
110110

111111
:param path: the path of the file to remove
112-
%End
113-
114-
virtual void removeProjectLayers( const QString &path ) = 0;
115-
%Docstring
116-
Remove entries from layer cache
117-
118-
:param path: the path of the project which own the layers to be removed
119112
%End
120113

121114
virtual QgsServiceRegistry *serviceRegistry() = 0 /KeepReference/;

src/server/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ SET(QGIS_SERVER_SRCS
2929
qgsfcgiserverresponse.cpp
3030
qgsfilterresponsedecorator.cpp
3131
qgsfilterrestorer.cpp
32-
qgsmslayercache.cpp
3332
qgsrequesthandler.cpp
3433
qgsserver.cpp
3534
qgsserverexception.cpp
@@ -56,7 +55,6 @@ SET (QGIS_SERVER_HDRS
5655
SET (QGIS_SERVER_MOC_HDRS
5756
qgscapabilitiescache.h
5857
qgsconfigcache.h
59-
qgsmslayercache.h
6058
qgsserverlogger.h
6159
qgsserversettings.h
6260
)

src/server/qgsconfigcache.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
#include "qgsconfigcache.h"
1919
#include "qgsmessagelog.h"
20-
#include "qgsmslayercache.h"
2120
#include "qgsaccesscontrol.h"
2221
#include "qgsproject.h"
2322

src/server/qgsmslayercache.cpp

Lines changed: 0 additions & 233 deletions
This file was deleted.

0 commit comments

Comments
 (0)