Skip to content

Commit c1eea79

Browse files
committed
build rust
1 parent dd06fe2 commit c1eea79

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib_ccx/ccx_decoders_isdb.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -604,9 +604,6 @@ static int get_text(ISDBSubContext *ctx, unsigned char *buffer, int len)
604604

605605
static void set_writing_format(ISDBSubContext *ctx, uint8_t *arg)
606606
{
607-
#ifdef DISABLE_RUST
608-
ccxr_set_writing_format(&ctx, arg);
609-
#else
610607
ISDBSubLayout *ls = &ctx->current_state.layout_state;
611608

612609
/* One param means its initialization */
@@ -659,7 +656,6 @@ static void set_writing_format(ISDBSubContext *ctx, uint8_t *arg)
659656
}
660657

661658
return;
662-
#endif
663659
}
664660

665661
/** move pen position to (col, row) relative to display area's top left.

0 commit comments

Comments
 (0)