summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-09-26 16:41:33 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-09-26 16:41:33 +0200
commitf01b8a7422d0f53ddf4201adb262fd3a266a29ff (patch)
tree85881469e220f9f07b6d9fbdbb2d9bedaae6628f /plugins
parent8c1f385adbc7aad32f7fc89a83bdcdb8e49a761c (diff)
obsolete code cleanup
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gtkui/trkproperties.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/gtkui/trkproperties.c b/plugins/gtkui/trkproperties.c
index 9bfaa125..f7e094c7 100644
--- a/plugins/gtkui/trkproperties.c
+++ b/plugins/gtkui/trkproperties.c
@@ -320,12 +320,6 @@ void
on_write_tags_clicked (GtkButton *button,
gpointer user_data)
{
-#if 0
- if (!deadbeef->conf_get_int ("enable_tag_writing", 0)) {
- trace ("tag writing disabled\n");
- return;
- }
-#endif
if (!track || !track->decoder_id) {
return;
}