Skip to content

Commit

Permalink
Properly ditch the printing code here.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisboyle committed Mar 31, 2012
1 parent 2ecefa5 commit 4f2b545
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pearl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2469,6 +2469,7 @@ static int game_timing_state(game_state *state, game_ui *ui)
return TRUE;
}

#ifndef NO_PRINTING
static void game_print_size(game_params *params, float *x, float *y)
{
int pw, ph;
Expand Down Expand Up @@ -2515,6 +2516,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize)

game_free_drawstate(dr, ds);
}
#endif

#ifdef COMBINED
#define thegame pearl
Expand Down

0 comments on commit 4f2b545

Please sign in to comment.