From ba8faa357f78561d00b3acf694644b7c3d0bd92b Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sat, 10 Feb 2018 16:29:09 +0200 Subject: Remove empty destructors --- src/ChatPage.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ChatPage.cc') diff --git a/src/ChatPage.cc b/src/ChatPage.cc index ba7e2797..64368da2 100644 --- a/src/ChatPage.cc +++ b/src/ChatPage.cc @@ -988,5 +988,3 @@ ChatPage::retryInitialSync() client_->initialSync(); initialSyncTimer_->start(INITIAL_SYNC_RETRY_TIMEOUT); } - -ChatPage::~ChatPage() {} -- cgit 1.4.1