mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
ncplane_qrcode: get no-qrcodegen definition
This commit is contained in:
parent
974eb014ee
commit
5925d4e121
@ -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…
x
Reference in New Issue
Block a user