aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNebuleon Fumika2013-02-27 19:07:48 -0500
committerNebuleon Fumika2013-02-27 19:07:48 -0500
commitd8d2dcc9595d5bfc19d8aca893d648a03fe935ab (patch)
tree9dd965798f1b994b6add722bafb04fb4bed9c6c7
parent49cc257e8d0597403119a015eba95adc5ac3a16d (diff)
downloadsnes9x2005-d8d2dcc9595d5bfc19d8aca893d648a03fe935ab.tar.gz
snes9x2005-d8d2dcc9595d5bfc19d8aca893d648a03fe935ab.tar.bz2
snes9x2005-d8d2dcc9595d5bfc19d8aca893d648a03fe935ab.zip
Remove unneeded variables in draw.c.
-rw-r--r--source/nds/draw.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/nds/draw.c b/source/nds/draw.c
index 961a8b0..96e0217 100644
--- a/source/nds/draw.c
+++ b/source/nds/draw.c
@@ -58,10 +58,6 @@
#define GUI_SOURCE_PATH "SYSTEM/GUI"
#define GUI_PIC_BUFSIZE 1024*512
-u32 screen_height = 272;//160;
-u32 screen_width2 = 256/2;
-u32 screen_height2 = 160 / 2;
-
char gui_picture[GUI_PIC_BUFSIZE];
struct gui_iconlist gui_icon_list[]= {