diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-02-10 16:29:09 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-02-10 16:29:09 +0200 |
commit | ba8faa357f78561d00b3acf694644b7c3d0bd92b (patch) | |
tree | 454a3eb27f5327937f992eba5074a4a4b672f41e /src/ChatPage.cc | |
parent | Move LeaveRoom dialog to MainWindow (#87) (diff) | |
download | nheko-ba8faa357f78561d00b3acf694644b7c3d0bd92b.tar.xz |
Remove empty destructors
Diffstat (limited to 'src/ChatPage.cc')
-rw-r--r-- | src/ChatPage.cc | 2 |
1 files changed, 0 insertions, 2 deletions
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() {} |