summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/history.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewStory/src/history.cpp')
-rw-r--r--plugins/NewStory/src/history.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/NewStory/src/history.cpp b/plugins/NewStory/src/history.cpp
index d34bcf9024..b3230295c9 100644
--- a/plugins/NewStory/src/history.cpp
+++ b/plugins/NewStory/src/history.cpp
@@ -605,7 +605,6 @@ public:
DestroyWindow(m_hwndStatus);
m_hwndStatus = nullptr;
}
-
}
void onClick_Calendar(CCtrlButton *pButton)
@@ -722,7 +721,7 @@ public:
SetFilePointer(hFile, -3, nullptr, FILE_CURRENT);
- //export events
+ // export events
MEVENT hDbEvent = db_event_first(m_hContact);
bool bAppendOnly = false;
while (hDbEvent != NULL) {
@@ -803,7 +802,6 @@ public:
m_histControl.SendMsg(NSM_FINDPREV, ptrW(edtSearchText.GetText()), 0);
}
-
void onClick_Message(CCtrlButton *)
{
CallService(MS_MSG_SENDMESSAGE, m_hContact, 0);