From 760b2ac73fcb8f7cee04953b5b7d8b1636701c5d Mon Sep 17 00:00:00 2001
From: Peter Kessen
Date: Sun, 30 Aug 2015 16:32:44 +0200
Subject: [PATCH] removed obsolet variable
removed variable _added_help from CommonOptionsParser
variable is not required since 3f49044
---
beets/ui/__init__.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/beets/ui/__init__.py b/beets/ui/__init__.py
index 2acff947c..9afe5d6ab 100644
--- a/beets/ui/__init__.py
+++ b/beets/ui/__init__.py
@@ -693,7 +693,6 @@ class CommonOptionsParser(optparse.OptionParser, object):
# this serves both as an indicator that we offer the feature AND allows
# us to check whether it has been specified on the CLI - bypassing the
# fact that arguments may be in any order
- self._added_help = False
def add_album_option(self, flags=('-a', '--album')):
"""Add a -a/--album option to match albums instead of tracks.