| Index: core/fxge/include/fx_dib.h
 | 
| diff --git a/core/fxge/include/fx_dib.h b/core/fxge/include/fx_dib.h
 | 
| index 4919ba70fe9ddee17c7c299dfc86fc9542725e2d..b1108076a41e745bd5e3ce300b2ef29d1dcf1371 100644
 | 
| --- a/core/fxge/include/fx_dib.h
 | 
| +++ b/core/fxge/include/fx_dib.h
 | 
| @@ -154,7 +154,6 @@ FX_ARGB ArgbEncode(int a, FX_COLORREF rgb);
 | 
|  #define FXGETFLAG_COLORTYPE(flag) (uint8_t)((flag) >> 8)
 | 
|  #define FXGETFLAG_ALPHA_FILL(flag) (uint8_t)(flag)
 | 
|  #define FXGETFLAG_ALPHA_STROKE(flag) (uint8_t)((flag) >> 16)
 | 
| -#define FXSETFLAG_ALPHA_FILL(flag, val) flag = ((val) | (flag & 0xffffff00))
 | 
|  
 | 
|  class CFX_DIBSource {
 | 
|   public:
 | 
| 
 |