summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-03-23 11:40:52 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-03-23 11:40:52 +0300
commit56cc5e55a2bc7e3d57c61c6b8f361c6683607834 (patch)
tree24372093be39426b595d2e653333a8565d65fbd8 /plugins/NewStory/src
parentde72c19d77098ca5a5870cfeb8bce5068e8a1092 (diff)
this code actually does nothing
Diffstat (limited to 'plugins/NewStory/src')
-rw-r--r--plugins/NewStory/src/history_array.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history_array.cpp b/plugins/NewStory/src/history_array.cpp
index 26e7add7c8..b7244c283d 100644
--- a/plugins/NewStory/src/history_array.cpp
+++ b/plugins/NewStory/src/history_array.cpp
@@ -71,7 +71,6 @@ bool Filter::check(ItemData *item) const
ItemData::ItemData()
{
memset(this, 0, sizeof(*this));
- m_grouping = g_plugin.bMsgGrouping ? -1 : GROUPING_NONE;
savedHeight = -1;
}