diff options
author | George Hazan <ghazan@miranda.im> | 2018-11-25 17:16:50 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-11-25 17:16:50 +0300 |
commit | 20d29f4aba3a58ab515275ecd2d3f4affcba9643 (patch) | |
tree | 28bb24e0629e2674049e6bd48e8e937c660198d4 /plugins/NewStory/src/history_array.cpp | |
parent | f0c30e09912360c393c53431a61df2eb42d61f53 (diff) |
NewStory: more code cleaning
Diffstat (limited to 'plugins/NewStory/src/history_array.cpp')
-rw-r--r-- | plugins/NewStory/src/history_array.cpp | 4 |
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); |