Skip to content

Commit

Permalink
removing dead code in xs
Browse files Browse the repository at this point in the history
  • Loading branch information
zpmorgan committed Jul 17, 2011
1 parent 52a22c8 commit fcc663c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions VoxEngine.xs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -282,20 +282,6 @@ int vox_world_set_chunk_data (int x, int y, int z, unsigned char *data, unsigned
vox_world_emit_chunk_change (x, y, z); vox_world_emit_chunk_change (x, y, z);


//d// vox_world_dump (); //d// vox_world_dump ();

/*
unsigned char *datac = malloc (sizeof (unsigned char) * lenc);
vox_world_get_chunk_data (chnk, datac);
int i;
for (i = 0; i < lenc; i++)
{
if (data[i] != datac[i])
{
printf ("BUG! AT %d %x %d\n", i, data[i], datac[i]);
exit (1);
}
}
*/
OUTPUT: OUTPUT:
RETVAL RETVAL


Expand Down

0 comments on commit fcc663c

Please sign in to comment.