summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-04-25 17:41:18 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-04-25 17:41:18 +0300
commit147122758513993f4fd8bdc6c341f21d9d8beaca (patch)
treea746df62ac84acf23b375bda9ab6d5a9fc66199b /include
parent7378dd16f14d3f9f34cde4a18859d406cd303a22 (diff)
CLogWindow::LogEvents considered useless and localized inside tabSRMM
Diffstat (limited to 'include')
-rw-r--r--include/m_srmm_int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h
index 3bf29fc7d1..d81426d63b 100644
--- a/include/m_srmm_int.h
+++ b/include/m_srmm_int.h
@@ -128,7 +128,6 @@ public:
virtual HWND GetHwnd() = 0;
virtual wchar_t* GetSelection() = 0;
virtual void LogEvents(MEVENT hDbEventFirst, int count, bool bAppend) = 0;
- virtual void LogEvents(DBEVENTINFO *dbei, bool bAppend) = 0;
virtual void LogEvents(struct LOGINFO *, bool) = 0;
virtual void Resize() = 0;
virtual void ScrollToBottom() = 0;