oops forgot to remove that

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14183 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Kevin Ferrare 2007-08-04 15:45:56 +00:00
parent 1d91334428
commit 88bdae20e3

View file

@ -195,14 +195,6 @@ void jackpot_display_slot_machine(struct jackpot* game, struct screen* display)
current_pattern);
display->putc(i+1, 0, char_patterns[i]);
#else
display->bitmap_part(
picture->data,
/*slice into picture->data */
0, state_y,
picture->width,
/* Position on the screen */
pos_x, pos_y, picture->width, picture->height
);
vertical_picture_draw_part(display, picture, state_y, pos_x, pos_y);
pos_x+=(picture->width+1);
#endif