diff options
Diffstat (limited to 'plugins/Dropbox/src/file_transfer.h')
-rw-r--r-- | plugins/Dropbox/src/file_transfer.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/plugins/Dropbox/src/file_transfer.h b/plugins/Dropbox/src/file_transfer.h index 1a86ec7588..0c5e592294 100644 --- a/plugins/Dropbox/src/file_transfer.h +++ b/plugins/Dropbox/src/file_transfer.h @@ -1,22 +1,6 @@ #ifndef _FILE_TRANSFER_H_
#define _FILE_TRANSFER_H_
-class TransferException
-{
- CMStringA message;
-
-public:
- TransferException(const char *message) :
- message(message)
- {
- }
-
- const char* what() const throw()
- {
- return message.c_str();
- }
-};
-
struct FileTransferParam
{
HANDLE hProcess;
|