mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
Remove unused code
This commit is contained in:
parent
0ae1391095
commit
737059052a
@ -127,9 +127,6 @@ class TagTreeItem(object): # {{{
|
|||||||
name = tag.sort
|
name = tag.sort
|
||||||
tt_author = True
|
tt_author = True
|
||||||
else:
|
else:
|
||||||
p = self
|
|
||||||
while p.parent.type != self.ROOT:
|
|
||||||
p = p.parent
|
|
||||||
if not tag.is_hierarchical:
|
if not tag.is_hierarchical:
|
||||||
name = tag.original_name
|
name = tag.original_name
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user