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.h | |
parent | db915e4f76078302d66cff79ed9a3eb63024a261 (diff) |
more code cleaning
Diffstat (limited to 'plugins/NewStory/src/history.h')
-rw-r--r-- | plugins/NewStory/src/history.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history.h b/plugins/NewStory/src/history.h index 5b658c733e..c6f018c476 100644 --- a/plugins/NewStory/src/history.h +++ b/plugins/NewStory/src/history.h @@ -33,7 +33,6 @@ enum extern MWindowList hNewstoryWindows; void InitHistory(); -void FreeHistory(); INT_PTR svcShowNewstory(WPARAM wParam, LPARAM lParam); INT_PTR svcShowSystemNewstory(WPARAM wParam, LPARAM lParam); |