Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove fake method
  • Loading branch information
pblottiere committed Jul 13, 2018
1 parent 9aed745 commit d49c0d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions python/server/auto_generated/qgsserverrequest.sip.in
Expand Up @@ -68,8 +68,6 @@ Constructor
:return: the request method
%End

bool fake();

QgsServerRequest::Parameters parameters() const;
%Docstring
Returns a map of query parameters with keys converted
Expand Down
2 changes: 0 additions & 2 deletions src/server/qgsserverrequest.h
Expand Up @@ -90,8 +90,6 @@ class SERVER_EXPORT QgsServerRequest
*/
QgsServerRequest::Method method() const;

bool fake() { return true; }

/**
* Returns a map of query parameters with keys converted
* to uppercase
Expand Down

0 comments on commit d49c0d0

Please sign in to comment.