From 88bdae20e3e4e959b54a65a2181f747bd9a73381 Mon Sep 17 00:00:00 2001 From: Kevin Ferrare Date: Sat, 4 Aug 2007 15:45:56 +0000 Subject: oops forgot to remove that git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14183 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/jackpot.c | 8 -------- 1 file changed, 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) 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 -- cgit v1.2.3