diff options
Diffstat (limited to 'plugins/MirOTR/src/options.h')
-rw-r--r-- | plugins/MirOTR/src/options.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/MirOTR/src/options.h b/plugins/MirOTR/src/options.h index 440cc5f32a..b291297596 100644 --- a/plugins/MirOTR/src/options.h +++ b/plugins/MirOTR/src/options.h @@ -59,15 +59,8 @@ int OptInit(WPARAM wParam, LPARAM lParam); void LoadOptions(); void SaveOptions(); -extern "C" int OpenOptions(WPARAM wParam, LPARAM lParam); void InitOptions(); -void DeinitOptions(); void ReadPrivkeyFiles(); -static INT_PTR CALLBACK DlgProcMirOTROpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); -static INT_PTR CALLBACK DlgProcMirOTROptsProto(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); -static INT_PTR CALLBACK DlgProcMirOTROptsContacts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); -static INT_PTR CALLBACK DlgProcMirOTROptsFinger(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); - #endif |