Remove unused function.
This commit is contained in:
parent
9663802e02
commit
d5ab9bf6b4
1 changed files with 0 additions and 3 deletions
|
@ -243,9 +243,6 @@ class Comment(CreatedBase):
|
|||
if not FEATURES['AWARDS']: return 0
|
||||
return len([x for x in self.awards if x.kind == kind])
|
||||
|
||||
def is_visible(self):
|
||||
return self.state_mod == StateMod.Visible
|
||||
|
||||
@property
|
||||
@lazy
|
||||
def json_core(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue