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/stdafx.h | |
parent | db915e4f76078302d66cff79ed9a3eb63024a261 (diff) |
more code cleaning
Diffstat (limited to 'plugins/NewStory/src/stdafx.h')
-rw-r--r-- | plugins/NewStory/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/NewStory/src/stdafx.h b/plugins/NewStory/src/stdafx.h index 4e965019b4..4db1ce1492 100644 --- a/plugins/NewStory/src/stdafx.h +++ b/plugins/NewStory/src/stdafx.h @@ -74,6 +74,5 @@ struct CMPlugin : public PLUGIN<CMPlugin> CMPlugin(); int Load() override; - int Unload() override; }; |