summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorKevin Ferrare <kevin@rockbox.org>2007-08-04 15:45:56 +0000
committerKevin Ferrare <kevin@rockbox.org>2007-08-04 15:45:56 +0000
commit88bdae20e3e4e959b54a65a2181f747bd9a73381 (patch)
tree75247ad5fb45bf5c7c26a0878f72029b496f8c2e /apps/plugins
parent1d91334428137e7c1991c4a917143a7a5ff6ad0a (diff)
downloadrockbox-88bdae20e3e4e959b54a65a2181f747bd9a73381.tar.gz
rockbox-88bdae20e3e4e959b54a65a2181f747bd9a73381.zip
oops forgot to remove that
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14183 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/jackpot.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/plugins/jackpot.c b/apps/plugins/jackpot.c
index aa573db46a..865b4e1084 100644
--- a/apps/plugins/jackpot.c
+++ b/apps/plugins/jackpot.c
@@ -195,14 +195,6 @@ void jackpot_display_slot_machine(struct jackpot* game, struct screen* display)
195 current_pattern); 195 current_pattern);
196 display->putc(i+1, 0, char_patterns[i]); 196 display->putc(i+1, 0, char_patterns[i]);
197#else 197#else
198 display->bitmap_part(
199 picture->data,
200 /*slice into picture->data */
201 0, state_y,
202 picture->width,
203 /* Position on the screen */
204 pos_x, pos_y, picture->width, picture->height
205 );
206 vertical_picture_draw_part(display, picture, state_y, pos_x, pos_y); 198 vertical_picture_draw_part(display, picture, state_y, pos_x, pos_y);
207 pos_x+=(picture->width+1); 199 pos_x+=(picture->width+1);
208#endif 200#endif