summaryrefslogtreecommitdiff
path: root/src/core/stdmsg
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-10-16 16:37:41 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-10-16 16:37:41 +0300
commit46e67c5053479beafce3716ec8be4f7e997e7fc9 (patch)
tree2f1ca53d3efd175f0b9d396c54d108cfc39411f1 /src/core/stdmsg
parent47b79689fcbe77ab19eb577487ef70642fa291f7 (diff)
common code went to the core
Diffstat (limited to 'src/core/stdmsg')
-rw-r--r--src/core/stdmsg/src/msgdialog.cpp5
-rw-r--r--src/core/stdmsg/src/msgs.h1
2 files changed, 0 insertions, 6 deletions
diff --git a/src/core/stdmsg/src/msgdialog.cpp b/src/core/stdmsg/src/msgdialog.cpp
index a549fae3e2..32d226af31 100644
--- a/src/core/stdmsg/src/msgdialog.cpp
+++ b/src/core/stdmsg/src/msgdialog.cpp
@@ -1345,11 +1345,6 @@ void CMsgDialog::NotifyTyping(int mode)
}
}
-void CMsgDialog::RemakeLog()
-{
- m_pLog->LogEvents(m_hDbEventFirst, -1, false);
-}
-
void CMsgDialog::ShowTime(bool bForce)
{
if (!m_hTimeZone)
diff --git a/src/core/stdmsg/src/msgs.h b/src/core/stdmsg/src/msgs.h
index dba435e123..9e72103eac 100644
--- a/src/core/stdmsg/src/msgs.h
+++ b/src/core/stdmsg/src/msgs.h
@@ -140,7 +140,6 @@ public:
bool IsActive() const override;
void LoadSettings() override;
void OnOptionsApplied() override;
- void RemakeLog() override;
void SetStatusText(const wchar_t *, HICON) override;
void ShowFilterMenu() override;
void UpdateFilterButton() override;