remove some redundancy

This commit is contained in:
Chris Jones 2008-05-21 00:42:43 +01:00
parent ffd1485d54
commit dc4f1ebd30
1 changed files with 1 additions and 2 deletions

View File

@ -584,9 +584,8 @@ class TerminatorTerm (gtk.VBox):
for encoding in encodings:
if encoding[1] in active_encodings:
#already in active_encodings
continue
label = ""
if encoding[1] is None:
label = "%s %s"%(encoding[2], self._vte.get_encoding ())
else: