diff options
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 );
|