diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-02-19 19:07:45 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-02-19 19:07:45 +0000 |
commit | fc46c19a61d26fb610d173bb8fc5420eea966caa (patch) | |
tree | 0d388af6d8a53eb4ef56dcdb96fe44d56bccb63d /plugins/Dropbox/src/common.h | |
parent | 3ced66e7eac9a8a0867073553db2b2bd74729b09 (diff) |
Dropbox:
- global object replaced by singleton
- added ability to upload folders
git-svn-id: http://svn.miranda-ng.org/main/trunk@8183 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/common.h')
-rw-r--r-- | plugins/Dropbox/src/common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/Dropbox/src/common.h b/plugins/Dropbox/src/common.h index d3b14a3e15..89afef0c2c 100644 --- a/plugins/Dropbox/src/common.h +++ b/plugins/Dropbox/src/common.h @@ -29,11 +29,6 @@ #define MODULE "Dropbox"
-class CDropbox;
-
extern HINSTANCE g_hInstance;
-extern CDropbox *g_dropbox;
-
-HANDLE CreateProtoServiceFunctionObj(const char *szModule, const char *szService, MIRANDASERVICEOBJ serviceProc, void* obj);
#endif //_COMMON_H_
\ No newline at end of file |