mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-16 11:28:14 +00:00
modtrezorui/unix: remove redundant init values
This commit is contained in:
parent
7c4db458e5
commit
cd33fa7293
@ -12,11 +12,11 @@
|
|||||||
|
|
||||||
#define DISPLAY_BORDER 16
|
#define DISPLAY_BORDER 16
|
||||||
|
|
||||||
static SDL_Renderer *RENDERER = 0;
|
static SDL_Renderer *RENDERER;
|
||||||
static SDL_Surface *BUFFER = 0;
|
static SDL_Surface *BUFFER;
|
||||||
static SDL_Texture *TEXTURE = 0;
|
static SDL_Texture *TEXTURE;
|
||||||
static int DATAODD = 0;
|
static int DATAODD;
|
||||||
static int POSX, POSY, SX, SY, EX, EY = 0;
|
static int POSX, POSY, SX, SY, EX, EY;
|
||||||
|
|
||||||
void DATA(uint8_t x) {
|
void DATA(uint8_t x) {
|
||||||
if (!RENDERER) {
|
if (!RENDERER) {
|
||||||
|
Loading…
Reference in New Issue
Block a user