Skip to content

Commit 3fc4be3

Browse files
committedNov 9, 2017
[auth] Remove unused accessor to mutex
1 parent be5a0c9 commit 3fc4be3

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed
 

‎python/core/auth/qgsauthmanager.sip

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -704,12 +704,6 @@ Rebuild trusted certificate authorities cache
704704
%End
705705

706706

707-
QMutex *mutex();
708-
%Docstring
709-
Return pointer to mutex
710-
:rtype: QMutex
711-
%End
712-
713707

714708

715709

‎src/core/auth/qgsauthmanager.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -627,9 +627,6 @@ class CORE_EXPORT QgsAuthManager : public QObject
627627

628628
#endif
629629

630-
//! Return pointer to mutex
631-
QMutex *mutex() { return mMutex; }
632-
633630
/**
634631
* Error message getter
635632
* \note not available in Python bindings

0 commit comments

Comments
 (0)
Please sign in to comment.