diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-04 15:13:16 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-04 15:13:16 +0300 |
commit | 35f3a41206cc576853943620d7d9a7efe593fed5 (patch) | |
tree | 3162d34e89ce942f6c0347c718d991a3604b6a97 /plugins/NewStory/src/history.cpp | |
parent | db915e4f76078302d66cff79ed9a3eb63024a261 (diff) |
more code cleaning
Diffstat (limited to 'plugins/NewStory/src/history.cpp')
-rw-r--r-- | plugins/NewStory/src/history.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/NewStory/src/history.cpp b/plugins/NewStory/src/history.cpp index f1837c2203..9497caa130 100644 --- a/plugins/NewStory/src/history.cpp +++ b/plugins/NewStory/src/history.cpp @@ -38,10 +38,6 @@ void InitHistory() HookEvent(ME_DB_EVENT_EDITED, evtEventEdited); } -void FreeHistory() -{ -} - enum { HIST_SHOW_IN = 0x001, |