summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/sdl/lcd-sdl.h
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2012-06-14 22:22:30 +0200
committerFrank Gevaerts <frank@gevaerts.be>2012-06-14 22:23:50 +0200
commita9217bde2749df65d2f59fb63bf1622096263e4f (patch)
tree1117734f9df84c58d57f2092636386d569cd97a0 /firmware/target/hosted/sdl/lcd-sdl.h
parent784fb6a1ddf27085c13972fdb0f8f9ddcbfa8b50 (diff)
downloadrockbox-a9217bde2749df65d2f59fb63bf1622096263e4f.tar.gz
rockbox-a9217bde2749df65d2f59fb63bf1622096263e4f.zip
Remove extraneous "extern int display_zoom" declarations.
One extern declaration of a variable should be enough for everyone! Change-Id: Idd4f4e05abaa5bb82693134a262d4023e1be6bd6
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,