[mod] drop unused setting option brand:twitter_url

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2021-07-17 19:37:22 +02:00
parent 2a2b6c4d57
commit c9220de690
5 changed files with 0 additions and 11 deletions

View file

@ -96,9 +96,4 @@ class _brand_namespace: # pylint: disable=invalid-name
def WIKI_URL(self):
return self.get_val('brand', 'wiki_url')
@property
def TWITTER_URL(self):
return self.get_val('brand', 'twitter_url')
brand = _brand_namespace()