1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00

chore(core): remove unused constants

[no changelog]
This commit is contained in:
obrusvit 2024-09-18 13:36:18 +02:00
parent 59f4dc31cb
commit 9b718122f9
2 changed files with 0 additions and 6 deletions

View File

@ -22,9 +22,6 @@
#include "fonts/fonts.h"
#include "memzero.h"
const int32_t text_buffer_height = FONT_MAX_HEIGHT;
const int32_t buffer_width = DISPLAY_RESX;
#define CONCAT_(a, b) a##b
#define CONCAT(a, b) CONCAT_(a, b)

View File

@ -85,9 +85,6 @@ typedef __attribute__((aligned(4))) struct {
uint16_t buffer[3][BUFFER_PIXELS];
} buffer_blurring_totals_t;
extern const int32_t text_buffer_height;
extern const int32_t buffer_width;
buffer_line_16bpp_t* buffers_get_line_16bpp(bool clear);
void buffers_free_line_16bpp(buffer_line_16bpp_t* buffer);