diff options
Diffstat (limited to 'apps/playback.h')
-rw-r--r-- | apps/playback.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playback.h b/apps/playback.h index c0d9869dab..2f4e19b04f 100644 --- a/apps/playback.h +++ b/apps/playback.h @@ -42,7 +42,7 @@ struct track_info { size_t codecsize; /* Codec length in bytes */ bool has_codec; /* Does this track have a codec on the buffer */ - size_t buf_idx; /* Pointer to the track's buffer */ + // size_t buf_idx; /* Pointer to the track's buffer */ size_t filerem; /* Remaining bytes of file NOT in buffer */ size_t filesize; /* File total length */ size_t start_pos; /* Position to first bytes of file in buffer */ |