[auth] Remove unused accessor to mutex

This commit is contained in:
Alessandro Pasotti 2017-11-09 09:02:54 +01:00
parent be5a0c9a01
commit 3fc4be3f10
2 changed files with 0 additions and 9 deletions

View File

@ -704,12 +704,6 @@ Rebuild trusted certificate authorities cache
%End
QMutex *mutex();
%Docstring
Return pointer to mutex
:rtype: QMutex
%End

View File

@ -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