Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[auth] Remove unused accessor to mutex
  • Loading branch information
elpaso committed Nov 9, 2017
1 parent be5a0c9 commit 3fc4be3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions python/core/auth/qgsauthmanager.sip
Expand Up @@ -704,12 +704,6 @@ Rebuild trusted certificate authorities cache
%End


QMutex *mutex();
%Docstring
Return pointer to mutex
:rtype: QMutex
%End




Expand Down
3 changes: 0 additions & 3 deletions src/core/auth/qgsauthmanager.h
Expand Up @@ -627,9 +627,6 @@ class CORE_EXPORT QgsAuthManager : public QObject

#endif

//! Return pointer to mutex
QMutex *mutex() { return mMutex; }

/**
* Error message getter
* \note not available in Python bindings
Expand Down

0 comments on commit 3fc4be3

Please sign in to comment.