summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ChatPage.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ChatPage.h b/include/ChatPage.h

index 5a6376c9..5cd1c623 100644 --- a/include/ChatPage.h +++ b/include/ChatPage.h
@@ -194,10 +194,6 @@ private: // LMDB wrapper. QSharedPointer<Cache> cache_; - - // If the number of failures exceeds a certain threshold we - // return to the login page. - int initialSyncFailures_ = 0; }; template<class Collection>