summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/history.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewStory/src/history.cpp')
-rw-r--r--plugins/NewStory/src/history.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/NewStory/src/history.cpp b/plugins/NewStory/src/history.cpp
index e295d7ccf3..a9a0a05ba3 100644
--- a/plugins/NewStory/src/history.cpp
+++ b/plugins/NewStory/src/history.cpp
@@ -991,8 +991,7 @@ public:
tvi.hItem = TreeView_GetSelection(m_timeTree.GetHwnd());
tvi.mask = TVIF_HANDLE | TVIF_TEXT;
TreeView_GetItem(m_timeTree.GetHwnd(), &tvi);
- wchar_t* tmp, * tmp2;
- tmp = tvi.pszText;
+
/*HTREEITEM hti2 = TreeView_GetParent(m_timeTree.GetHwnd(), hti);
if (hti2) {
tvi.hItem = hti2;