Skip to content

Commit

Permalink
Remove another function
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Feb 26, 2019
1 parent 14f201c commit 8e4755c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions src/server/services/wms/qgswmsutils.cpp
Expand Up @@ -29,11 +29,6 @@

namespace QgsWms
{
QString ImplementationVersion()
{
return QStringLiteral( "1.3.0" );
}

QUrl serviceUrl( const QgsServerRequest &request, const QgsProject *project )
{
QUrl href;
Expand Down
5 changes: 0 additions & 5 deletions src/server/services/wms/qgswmsutils.h
Expand Up @@ -46,11 +46,6 @@ namespace QgsWms
JPEG
};

/**
* Returns the highest version supported by this implementation
*/
QString ImplementationVersion();

/**
* Returns WMS service URL
*/
Expand Down

0 comments on commit 8e4755c

Please sign in to comment.