From 5532fd4e1374c15c13e203a89b7cd060c7e15499 Mon Sep 17 00:00:00 2001 From: aunsane Date: Sun, 11 Mar 2018 21:29:25 +0300 Subject: CloudFile should create Miranda NG folder instead of placing files into Yandex Disk root (fixed #1184) --- plugins/CloudFile/src/file_transfer.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'plugins/CloudFile/src/file_transfer.h') diff --git a/plugins/CloudFile/src/file_transfer.h b/plugins/CloudFile/src/file_transfer.h index 601933e3dc..bf055d737f 100644 --- a/plugins/CloudFile/src/file_transfer.h +++ b/plugins/CloudFile/src/file_transfer.h @@ -17,7 +17,6 @@ private: const wchar_t* folderName; int relativePathStart; - CMStringW data; LIST m_links; CMStringW m_description; @@ -79,13 +78,6 @@ public: return pfts.hContact; } - const wchar_t* GetData() const - { - if (data.IsEmpty()) - return NULL; - return data; - } - const wchar_t* GetDescription() const { return m_description.GetString(); @@ -153,14 +145,6 @@ public: } } - void AppendFormatData(const wchar_t *format, ...) - { - va_list args; - va_start(args, format); - data.AppendFormatV(format, args); - va_end(args); - } - void AddSharedLink(const char *url) { m_links.insert(mir_strdup(url)); -- cgit v1.2.3