diff options
author | George Hazan <ghazan@miranda.im> | 2019-09-18 21:24:15 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-09-18 21:24:15 +0300 |
commit | 577a5e829c5f8b6f230239ac36be899f78b677db (patch) | |
tree | 16d664ba591fbae087b6edf34b75fe08cf25f279 /plugins | |
parent | 88c6475cf91badbb5bcac1e67d94339566962e47 (diff) |
duplicated declaration removed
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/TabSRMM/src/msgdlgutils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/TabSRMM/src/msgdlgutils.h b/plugins/TabSRMM/src/msgdlgutils.h index 4190dd178d..e8ff8805b3 100644 --- a/plugins/TabSRMM/src/msgdlgutils.h +++ b/plugins/TabSRMM/src/msgdlgutils.h @@ -43,7 +43,4 @@ bool TSAPI IsCustomEvent(int eventType); void TSAPI CleanTempFiles();
-extern INT_PTR CALLBACK SelectContainerDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
-extern INT_PTR CALLBACK DlgProcContainerOptions(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
-
#endif
|