aboutsummaryrefslogtreecommitdiff
path: root/source/nds/draw.h
diff options
context:
space:
mode:
authorNebuleon Fumika2013-02-27 19:01:09 -0500
committerNebuleon Fumika2013-02-27 19:01:09 -0500
commit49cc257e8d0597403119a015eba95adc5ac3a16d (patch)
treeac045268656bde3d033413228384552593315153 /source/nds/draw.h
parent1c0260ecfa0d4b5feeed552baae3ee116cb59574 (diff)
downloadsnes9x2005-49cc257e8d0597403119a015eba95adc5ac3a16d.tar.gz
snes9x2005-49cc257e8d0597403119a015eba95adc5ac3a16d.tar.bz2
snes9x2005-49cc257e8d0597403119a015eba95adc5ac3a16d.zip
Remove unneeded functions in draw.c.
Diffstat (limited to 'source/nds/draw.h')
-rw-r--r--source/nds/draw.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/nds/draw.h b/source/nds/draw.h
index 3bc26c1..dc34bf7 100644
--- a/source/nds/draw.h
+++ b/source/nds/draw.h
@@ -167,9 +167,6 @@ extern u32 draw_hscroll_init(void* screen_address, u32 sx, u32 sy, u32 width,
extern u32 draw_hscroll(u32 index, s32 scroll_val);
extern void draw_hscroll_over(u32 index);
extern void boxfill_alpha(u32 sx, u32 sy, u32 ex, u32 ey, u32 color, u32 alpha);
-extern void init_progress(enum SCREEN_ID screen, u32 total, char *text);
-extern void update_progress(void);
-extern void show_progress(char *text);
extern void scrollbar(void* screen_addr, u32 sx, u32 sy, u32 ex, u32 ey, u32 all, u32 view, u32 now);
extern u32 yesno_dialog(char *text);
extern u32 draw_yesno_dialog(enum SCREEN_ID screen, u32 sy, char *yes, char *no);