From 457c91b1770478cd4c6da07cd3b3416503045117 Mon Sep 17 00:00:00 2001 From: martynshaw99 Date: Sun, 24 Jul 2011 22:55:09 +0000 Subject: [PATCH] Remove extra Write. --- src/Tags.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Tags.cpp b/src/Tags.cpp index 344a82aff..200b341a7 100644 --- a/src/Tags.cpp +++ b/src/Tags.cpp @@ -1038,7 +1038,6 @@ void TagsEditor::OnReset(wxCommandEvent & event) tf.AddLine(mLocal.GetUserGenre(i)); } - tf.Write(); if (!tf.Write()) { wxMessageBox(_("Unable to save genre file."), _("Reset Genres")); mLocal.LoadGenres();