summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-01-09 14:49:09 +0100
committerGravatar waker <wakeroid@gmail.com>2011-01-09 14:49:09 +0100
commit5863edb23c04885ac651858a3998dc143b5b4043 (patch)
tree620c6b1e4dbcbf68cc76fbe6d54f442f35ede9e3
parent90361a5da37f2277b9da361d977e5690ab18deca (diff)
removed band, vendor and copyright from gtkui track properties known fields
-rw-r--r--plugins/gtkui/trkproperties.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/gtkui/trkproperties.c b/plugins/gtkui/trkproperties.c
index 538524c1..cf6af9a8 100644
--- a/plugins/gtkui/trkproperties.c
+++ b/plugins/gtkui/trkproperties.c
@@ -118,7 +118,6 @@ static const char *types[] = {
"artist", "Artist",
"title", "Track Title",
"performer", "Performer",
- "band", "Band / Album Artist",
"album", "Album",
"year", "Date",
"track", "Track Number",
@@ -127,8 +126,6 @@ static const char *types[] = {
"composer", "Composer",
"disc", "Disc Number",
"comment", "Comment",
- "vendor", "Encoder / Vendor",
- "copyright", "Copyright",
NULL
};