summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/gigabeat-s/lcd-imx31.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx31/gigabeat-s/lcd-imx31.c')
-rw-r--r--firmware/target/arm/imx31/gigabeat-s/lcd-imx31.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/target/arm/imx31/gigabeat-s/lcd-imx31.c b/firmware/target/arm/imx31/gigabeat-s/lcd-imx31.c
index ea3bfaf519..71d8e4bef4 100644
--- a/firmware/target/arm/imx31/gigabeat-s/lcd-imx31.c
+++ b/firmware/target/arm/imx31/gigabeat-s/lcd-imx31.c
@@ -34,10 +34,6 @@
34static bool lcd_on = true; 34static bool lcd_on = true;
35static bool lcd_powered = true; 35static bool lcd_powered = true;
36static unsigned lcd_yuv_options = 0; 36static unsigned lcd_yuv_options = 0;
37/*
38** This is imported from lcd-16bit.c
39*/
40extern struct viewport* current_vp;
41 37
42/* Copies a rectangle from one framebuffer to another. Can be used in 38/* Copies a rectangle from one framebuffer to another. Can be used in
43 single transfer mode with width = num pixels, and height = 1 which 39 single transfer mode with width = num pixels, and height = 1 which