Remove E_BITFIELD as it is not present on this branch

This commit is contained in:
Andy Williams 2018-02-09 11:28:49 +00:00
parent 461872e669
commit 52319a6feb
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ typedef struct Xfer_Data
{
EINA_INLIST;
Eina_Binbuf *buf;
Eina_Bool xdnd E_BITFIELD;
Eina_Bool xdnd : 1;
unsigned int offset;
Ecore_Fd_Handler *fdh;
} Xfer_Data;