diff options
Diffstat (limited to 'protocols/CloudFile/src/Services/google_service.h')
-rw-r--r-- | protocols/CloudFile/src/Services/google_service.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/CloudFile/src/Services/google_service.h b/protocols/CloudFile/src/Services/google_service.h index 7133ab9a52..1d0c09b159 100644 --- a/protocols/CloudFile/src/Services/google_service.h +++ b/protocols/CloudFile/src/Services/google_service.h @@ -21,7 +21,6 @@ public: CGDriveService(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; |