summaryrefslogtreecommitdiff
path: root/plugins/NewStory
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewStory')
-rw-r--r--plugins/NewStory/src/history.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history.cpp b/plugins/NewStory/src/history.cpp
index 9aaa6a8743..d34bcf9024 100644
--- a/plugins/NewStory/src/history.cpp
+++ b/plugins/NewStory/src/history.cpp
@@ -1048,7 +1048,6 @@ public:
tm_sel.tm_mon = 0;
tm_sel.tm_year = yearsel - 1900;
PostMessage(m_hwnd, WM_USER + 0x600, mktime(&tm_sel), 0);
-
}
}