aboutsummaryrefslogtreecommitdiff
path: root/lpg/libqr/code-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'lpg/libqr/code-common.h')
-rw-r--r--lpg/libqr/code-common.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/lpg/libqr/code-common.h b/lpg/libqr/code-common.h
deleted file mode 100644
index 9900e4e..0000000
--- a/lpg/libqr/code-common.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef CODE_COMMON_H
-#define CODE_COMMON_H
-
-#include <qr/code.h>
-#include <qr/bitmap.h>
-#include "qr-bitstream.h"
-
-struct qr_code {
- int version;
- struct qr_bitmap * modules;
-};
-
-size_t code_total_capacity(int version);
-
-extern const int QR_ALIGNMENT_LOCATION[40][7];
-
-#endif
-