Remove unused function.

This commit is contained in:
Ben Rog-Wilhelm 2023-06-26 17:41:18 -05:00
parent 9663802e02
commit d5ab9bf6b4

View file

@ -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):