ncplane_qrcode: get no-qrcodegen definition

pull/1349/head
nick black 4 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; return -1;
} }
#else #else
int ncplane_qrcode(ncplane* n, ncblitter_e blitter, int* ymax, int* xmax, int ncplane_qrcode(ncplane* n, int* ymax, int* xmax, const void* data, size_t len){
const void* data, size_t len){
(void)n; (void)n;
(void)blitter;
(void)ymax; (void)ymax;
(void)xmax; (void)xmax;
(void)data; (void)data;

Loading…
Cancel
Save