From 147122758513993f4fd8bdc6c341f21d9d8beaca Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 25 Apr 2020 17:41:18 +0300 Subject: CLogWindow::LogEvents considered useless and localized inside tabSRMM --- plugins/Scriver/src/msglog.cpp | 4 ---- plugins/Scriver/src/msgs.h | 1 - 2 files changed, 5 deletions(-) (limited to 'plugins/Scriver/src') diff --git a/plugins/Scriver/src/msglog.cpp b/plugins/Scriver/src/msglog.cpp index 1a088be1b7..8e2e2c40ac 100644 --- a/plugins/Scriver/src/msglog.cpp +++ b/plugins/Scriver/src/msglog.cpp @@ -828,10 +828,6 @@ void CLogWindow::LogEvents(MEVENT hDbEventFirst, int count, bool bAppend) m_pDlg.m_hDbEventLast = streamData.hDbEventLast; } -void CLogWindow::LogEvents(DBEVENTINFO*, bool) -{ -} - void CLogWindow::LogEvents(LOGINFO *lin, bool bRedraw) { auto *si = m_pDlg.m_si; diff --git a/plugins/Scriver/src/msgs.h b/plugins/Scriver/src/msgs.h index bc1bb201ad..e25128b5ac 100644 --- a/plugins/Scriver/src/msgs.h +++ b/plugins/Scriver/src/msgs.h @@ -38,7 +38,6 @@ public: void Attach() override; void LogEvents(MEVENT hDbEventFirst, int count, bool bAppend) override; - void LogEvents(DBEVENTINFO *dbei, bool bAppend) override; void LogEvents(struct LOGINFO *, bool) override; void ScrollToBottom() override; void UpdateOptions() override; -- cgit v1.2.3