summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/history_array.h
diff options
context:
space:
mode:
authorMataes <mataes2007@gmail.com>2019-11-04 18:27:04 +0300
committerMataes <mataes2007@gmail.com>2019-11-04 18:27:04 +0300
commit390b1b331dc406bd37fe788b893b4e3e8535c9d9 (patch)
tree297ec5d8d9700c82fc28fb8a19833c23924d2b23 /plugins/NewStory/src/history_array.h
parent7da34568ebe51547af1fc75afc6841168de3fd93 (diff)
newstory: removed not used code
Diffstat (limited to 'plugins/NewStory/src/history_array.h')
-rw-r--r--plugins/NewStory/src/history_array.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/NewStory/src/history_array.h b/plugins/NewStory/src/history_array.h
index 32582b5b8f..e9b92142cf 100644
--- a/plugins/NewStory/src/history_array.h
+++ b/plugins/NewStory/src/history_array.h
@@ -174,11 +174,6 @@ private:
int preIndex;
bool allocateBlock(int count);
- bool caching;
- bool caching_complete;
- CRITICAL_SECTION csItems;
- static void CacheThreadFunc(void *arg);
-
public:
HistoryArray();
~HistoryArray();