diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-20 08:05:51 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-20 08:05:51 +0000 |
commit | 18540e71624543fd0181b764a6913aa6bf8eb75d (patch) | |
tree | 2fc7dc37339a353b53cbe878138ffd69227accfb /protocols/FacebookRM/utils.h | |
parent | a00d983ecdb1d58e2bc7f7b3a6d1b3c2c169ae70 (diff) |
more avatar fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@498 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/utils.h')
-rw-r--r-- | protocols/FacebookRM/utils.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/protocols/FacebookRM/utils.h b/protocols/FacebookRM/utils.h index 25a92e4d9c..75712d6a2d 100644 --- a/protocols/FacebookRM/utils.h +++ b/protocols/FacebookRM/utils.h @@ -143,19 +143,6 @@ private: int timeout_;
};
-static const struct
-{
- char *ext;
- int fmt;
-} formats[] = {
- { ".png", PA_FORMAT_PNG },
- { ".jpg", PA_FORMAT_JPEG },
- { ".jpeg", PA_FORMAT_JPEG },
- { ".ico", PA_FORMAT_ICON },
- { ".bmp", PA_FORMAT_BMP },
- { ".gif", PA_FORMAT_GIF },
-};
-
int ext_to_format(const std::string &ext);
void MB( const char* m );
|