diff options
author | George Hazan <ghazan@miranda.im> | 2019-10-21 15:07:36 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-10-21 15:07:36 +0300 |
commit | ed524786b80787a7c09993846b3e31d188ed41e9 (patch) | |
tree | 5c1b5f357b54c5cdb363754be5665b607510deb7 /plugins/NewStory/src/templates.h | |
parent | 99718e58c342b757ac30d89379d6ef399e1ce4c9 (diff) |
NewStory: options code reordering
Diffstat (limited to 'plugins/NewStory/src/templates.h')
-rw-r--r-- | plugins/NewStory/src/templates.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/NewStory/src/templates.h b/plugins/NewStory/src/templates.h index d7eef9f4a0..8ac3cf7b07 100644 --- a/plugins/NewStory/src/templates.h +++ b/plugins/NewStory/src/templates.h @@ -69,6 +69,4 @@ void SaveTemplates(); TCHAR *TplFormatString(int tpl, MCONTACT hContact, HistoryArray::ItemData *args); TCHAR *TplFormatStringEx(int tpl, TCHAR *sztpl, MCONTACT hContact, HistoryArray::ItemData *args); -INT_PTR CALLBACK OptTemplatesDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); - #endif // __templates_h__
\ No newline at end of file |