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