diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-03-08 20:09:43 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-03-08 20:09:43 +0000 |
commit | 26fb8c94226ef87cd4788315ba609f47b18ff6eb (patch) | |
tree | de26856c536f86b912daba6adf4f7f28cf4f2f97 /plugins/Dropbox/src/dropbox.h | |
parent | ebbc20d1aabb7c462251e126929a4b2c7d3c3753 (diff) |
Dropbox: resource cosmetics
git-svn-id: http://svn.miranda-ng.org/main/trunk@8480 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/dropbox.h')
-rw-r--r-- | plugins/Dropbox/src/dropbox.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Dropbox/src/dropbox.h b/plugins/Dropbox/src/dropbox.h index c920e79e7b..783297ad44 100644 --- a/plugins/Dropbox/src/dropbox.h +++ b/plugins/Dropbox/src/dropbox.h @@ -110,7 +110,6 @@ private: static void Menu_DisableItem(HGENMENU hMenuItem, BOOL bDisable);
// dialogs
- static INT_PTR CALLBACK TokenRequestProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
static INT_PTR CALLBACK MainOptionsProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
// utils
|