| Index: core/src/fxcodec/lbmp/fx_bmp.h
|
| diff --git a/core/src/fxcodec/lbmp/fx_bmp.h b/core/src/fxcodec/lbmp/fx_bmp.h
|
| index 610cffc0dfed3b494c7067ef879d88ba169c11ba..dc90f5f74039ef832701b3c01a1ee01cc30531a3 100644
|
| --- a/core/src/fxcodec/lbmp/fx_bmp.h
|
| +++ b/core/src/fxcodec/lbmp/fx_bmp.h
|
| @@ -129,11 +129,6 @@ void _bmp_input_buffer(bmp_decompress_struct_p bmp_ptr,
|
| FX_DWORD src_size);
|
| FX_DWORD _bmp_get_avail_input(bmp_decompress_struct_p bmp_ptr,
|
| uint8_t** avial_buf_ptr);
|
| -#define BMP_PTR_NOT_NULL(ptr, bmp_ptr) \
|
| - if (ptr == NULL) { \
|
| - _bmp_error(bmp_ptr, "Out Of Memory"); \
|
| - return 0; \
|
| - }
|
| typedef struct tag_bmp_compress_struct bmp_compress_struct;
|
| typedef bmp_compress_struct* bmp_compress_struct_p;
|
| typedef bmp_compress_struct_p* bmp_compress_struct_pp;
|
|
|