diff options
author | waker <wakeroid@gmail.com> | 2012-08-05 14:02:26 +0200 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2012-08-05 14:02:26 +0200 |
commit | 4fe3bbd274ffc5d479bb8a85aeb7e806adbfa4dd (patch) | |
tree | e7e3bb766d4d1138e2a35bfab540b04401c49152 | |
parent | 015d537830c786e373ad1e2b9fab2e1f58fd5608 (diff) |
removed DB_COLUMN_ID_MAX from the API header, it's unused and doesn't make sense
-rw-r--r-- | deadbeef.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -288,7 +288,6 @@ enum pl_column_t { DB_COLUMN_FILENUMBER = 0, DB_COLUMN_PLAYING = 1, DB_COLUMN_ALBUM_ART = 8, - DB_COLUMN_ID_MAX }; // replaygain constants |