summaryrefslogtreecommitdiff
path: root/plugins/Dropbox/src/dropbox_events.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-05-13 19:32:08 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-05-13 19:32:08 +0000
commit3e9e349a53492e5377154b8518803058d72e37ed (patch)
tree4bc613530728ee890c0e521654c004efd581d799 /plugins/Dropbox/src/dropbox_events.cpp
parentd333cb91eb0fb51faf34772258a5084e95f047d8 (diff)
Dropbox: moved to core ui
git-svn-id: http://svn.miranda-ng.org/main/trunk@13574 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/dropbox_events.cpp')
-rw-r--r--plugins/Dropbox/src/dropbox_events.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/plugins/Dropbox/src/dropbox_events.cpp b/plugins/Dropbox/src/dropbox_events.cpp
index fa0e3d91a8..8673eb85b1 100644
--- a/plugins/Dropbox/src/dropbox_events.cpp
+++ b/plugins/Dropbox/src/dropbox_events.cpp
@@ -61,23 +61,6 @@ int CDropbox::OnContactDeleted(WPARAM hContact, LPARAM)
return 0;
}
-int CDropbox::OnOptionsInitialized(WPARAM wParam, LPARAM)
-{
- OPTIONSDIALOGPAGE odp = { 0 };
- odp.position = 100000000;
- odp.hInstance = g_hInstance;
- odp.flags = ODPF_BOLDGROUPS;
- odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPTIONS_MAIN);
- odp.pszGroup = LPGEN("Network");
- odp.pszTitle = "Dropbox";
- odp.pfnDlgProc = MainOptionsProc;
- odp.dwInitParam = (LPARAM)this;
-
- Options_AddPage(wParam, &odp);
-
- return 0;
-}
-
int CDropbox::OnSrmmWindowOpened(WPARAM, LPARAM lParam)
{
MessageWindowEventData *ev = (MessageWindowEventData*)lParam;