summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/history_array.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-11-25 17:16:50 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-11-25 17:16:50 +0300
commit20d29f4aba3a58ab515275ecd2d3f4affcba9643 (patch)
tree28bb24e0629e2674049e6bd48e8e937c660198d4 /plugins/NewStory/src/history_array.cpp
parentf0c30e09912360c393c53431a61df2eb42d61f53 (diff)
NewStory: more code cleaning
Diffstat (limited to 'plugins/NewStory/src/history_array.cpp')
-rw-r--r--plugins/NewStory/src/history_array.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/NewStory/src/history_array.cpp b/plugins/NewStory/src/history_array.cpp
index ed2ceadcdb..6d34d9043d 100644
--- a/plugins/NewStory/src/history_array.cpp
+++ b/plugins/NewStory/src/history_array.cpp
@@ -1,7 +1,5 @@
#include "stdafx.h"
-void CacheThreadFunc(void *arg);
-
// Event
bool HistoryArray::ItemData::load(EventLoadMode mode)
{
@@ -168,7 +166,7 @@ void HistoryArray::clear()
preIndex = 0;
}
-bool HistoryArray::addHistory(MCONTACT hContact, EventLoadMode mode)
+bool HistoryArray::addHistory(MCONTACT hContact, EventLoadMode)
{
int count = db_event_count(hContact);
allocateBlock(count);