Skip to content

Commit

Permalink
Delete _vox_file_eof which is no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenpt authored and jpaver committed Sep 6, 2021
1 parent 8eebe8e commit 563b26a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ogt_vox.h
Original file line number Diff line number Diff line change
Expand Up @@ -434,10 +434,6 @@
fp->offset += _vox_min(offset, _vox_file_bytes_remaining(fp));
}

static bool _vox_file_eof(const _vox_file* fp) {
return _vox_file_bytes_remaining(fp) == 0;
}

static const void* _vox_file_data_pointer(const _vox_file* fp) {
return &fp->buffer[fp->offset];
}
Expand Down

0 comments on commit 563b26a

Please sign in to comment.