mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-15 20:19:23 +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
|
||||
|
||||
static SDL_Renderer *RENDERER = 0;
|
||||
static SDL_Surface *BUFFER = 0;
|
||||
static SDL_Texture *TEXTURE = 0;
|
||||
static int DATAODD = 0;
|
||||
static int POSX, POSY, SX, SY, EX, EY = 0;
|
||||
static SDL_Renderer *RENDERER;
|
||||
static SDL_Surface *BUFFER;
|
||||
static SDL_Texture *TEXTURE;
|
||||
static int DATAODD;
|
||||
static int POSX, POSY, SX, SY, EX, EY;
|
||||
|
||||
void DATA(uint8_t x) {
|
||||
if (!RENDERER) {
|
||||
|
Loading…
Reference in New Issue
Block a user