summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/sdl/lcd-sdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/sdl/lcd-sdl.h')
-rw-r--r--firmware/target/hosted/sdl/lcd-sdl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/target/hosted/sdl/lcd-sdl.h b/firmware/target/hosted/sdl/lcd-sdl.h
index 1f57b06b95..a964c9bc40 100644
--- a/firmware/target/hosted/sdl/lcd-sdl.h
+++ b/firmware/target/hosted/sdl/lcd-sdl.h
@@ -26,7 +26,6 @@
26#include "SDL.h" 26#include "SDL.h"
27 27
28/* Default display zoom level */ 28/* Default display zoom level */
29extern int display_zoom;
30extern SDL_Surface *gui_surface; 29extern SDL_Surface *gui_surface;
31 30
32void sdl_update_rect(SDL_Surface *surface, int x_start, int y_start, int width, 31void sdl_update_rect(SDL_Surface *surface, int x_start, int y_start, int width,