From 20d29f4aba3a58ab515275ecd2d3f4affcba9643 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 25 Nov 2018 17:16:50 +0300 Subject: NewStory: more code cleaning --- plugins/NewStory/src/history_array.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/NewStory/src/history_array.cpp') 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); -- cgit v1.2.3