Take out IS_SALAMANDER define in runloop_data.c
This commit is contained in:
parent
8223969226
commit
eb1dda367c
|
@ -43,9 +43,7 @@ typedef struct http_handle
|
||||||
|
|
||||||
typedef struct nbio_image_handle
|
typedef struct nbio_image_handle
|
||||||
{
|
{
|
||||||
#ifndef IS_SALAMANDER
|
|
||||||
struct texture_image ti;
|
struct texture_image ti;
|
||||||
#endif
|
|
||||||
bool is_blocking;
|
bool is_blocking;
|
||||||
bool is_blocking_on_processing;
|
bool is_blocking_on_processing;
|
||||||
bool is_finished;
|
bool is_finished;
|
||||||
|
|
Loading…
Reference in New Issue