ncplane_qrcode: get no-qrcodegen definition

pull/1349/head
nick black 3 years ago
parent 974eb014ee
commit 5925d4e121
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -658,10 +658,8 @@ int ncplane_qrcode(ncplane* n, int* ymax, int* xmax, const void* data, size_t le
return -1;
}
#else
int ncplane_qrcode(ncplane* n, ncblitter_e blitter, int* ymax, int* xmax,
const void* data, size_t len){
int ncplane_qrcode(ncplane* n, int* ymax, int* xmax, const void* data, size_t len){
(void)n;
(void)blitter;
(void)ymax;
(void)xmax;
(void)data;

Loading…
Cancel
Save