mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-15 00:07:25 -05:00
[auth] Remove unused accessor to mutex
This commit is contained in:
parent
be5a0c9a01
commit
3fc4be3f10
@ -704,12 +704,6 @@ Rebuild trusted certificate authorities cache
|
||||
%End
|
||||
|
||||
|
||||
QMutex *mutex();
|
||||
%Docstring
|
||||
Return pointer to mutex
|
||||
:rtype: QMutex
|
||||
%End
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user