summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/deadbeef.h b/deadbeef.h
index 85071b75..e800b4fc 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -109,7 +109,6 @@ typedef struct DB_playItem_s {
int shufflerating; // sort order for shuffle mode
float playtime; // actual playback time of this track in seconds
time_t started_timestamp; // result of calling time(NULL)
- const char *filetype; // e.g. MP3 or OGG
} DB_playItem_t;
typedef struct DB_metaInfo_s {