diff options
author | George Hazan <george.hazan@gmail.com> | 2025-04-11 13:40:09 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-04-11 13:40:09 +0300 |
commit | c0ff932b9b6ba685160204fee0af84930f7aa922 (patch) | |
tree | 6b922da9dd5705c168d40f2eb691e453ddbf0713 /protocols/CloudFile/src/Services/dropbox_service.h | |
parent | 99584f314758d7ee3ef5faead704546ad0fdc10a (diff) |
fixes #4975 (CloudFile: нужно убирать учётку из подменю в меню контакта при её отключении) + some code cleaning
Diffstat (limited to 'protocols/CloudFile/src/Services/dropbox_service.h')
-rw-r--r-- | protocols/CloudFile/src/Services/dropbox_service.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/CloudFile/src/Services/dropbox_service.h b/protocols/CloudFile/src/Services/dropbox_service.h index 5166a9c17c..61b04f357c 100644 --- a/protocols/CloudFile/src/Services/dropbox_service.h +++ b/protocols/CloudFile/src/Services/dropbox_service.h @@ -22,7 +22,6 @@ public: CDropboxService(const char *protoName, const wchar_t *userName); static PROTO_INTERFACE* Init(const char *szModuleName, const wchar_t *szUserName); - static int UnInit(PROTO_INTERFACE *); const char* GetModuleName() const override; |