QDBusConnection: Remove unused members

I can't find any use, ever, of them.

Change-Id: I42e7ef1a481840699a8dffff1407eb1a93b128a8
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
This commit is contained in:
Thiago Macieira 2015-09-27 12:05:04 -07:00
parent 34966bc84f
commit 7dc0f42e78

View File

@ -323,9 +323,6 @@ public:
MetaObjectHash cachedMetaObjects; MetaObjectHash cachedMetaObjects;
PendingCallList pendingCalls; PendingCallList pendingCalls;
QMutex callDeliveryMutex;
QDBusCallDeliveryEvent *callDeliveryState; // protected by the callDeliveryMutex mutex
bool anonymousAuthenticationAllowed; bool anonymousAuthenticationAllowed;
public: public: