diff options
author | Mataes <mataes2007@gmail.com> | 2020-05-04 14:17:12 +0300 |
---|---|---|
committer | Mataes <mataes2007@gmail.com> | 2020-05-04 14:17:12 +0300 |
commit | ca47398c3b9f9f63518fd3d2cc891a6b8cb20c44 (patch) | |
tree | e17ab8893b161738b028565b28a45d5bfd0b7889 /plugins/NewStory/src/history.cpp | |
parent | 194004c3d6662a383863b2597a2e17d77ee43d42 (diff) |
newstory: not needed line
Diffstat (limited to 'plugins/NewStory/src/history.cpp')
-rw-r--r-- | plugins/NewStory/src/history.cpp | 1 |
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); - } } |