Slightly improve QR code speed

This commit is contained in:
2017-09-08 23:26:49 -04:00
parent d3aa231c3f
commit 97ab2307f8
6 changed files with 56 additions and 59 deletions

View File

@@ -29,8 +29,6 @@
#include "common.h"
struct quirc* context;
u16 *buf;
bool qr_mode;
void init_qr(void);