From cffb7102c05e2d97079ce4e5d6435060800dcb79 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 12 Nov 2020 17:35:06 +0000 Subject: [PATCH] Remove unused function --- webapp_utils.py | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/webapp_utils.py b/webapp_utils.py index 2a342967..9002c5a1 100644 --- a/webapp_utils.py +++ b/webapp_utils.py @@ -419,24 +419,6 @@ def getRightImageFile(baseDir: str, nickname, domain) -def htmlHeader(cssFilename: str, css: str, lang='en') -> str: - htmlStr = '\n' - htmlStr += '\n' - htmlStr += ' \n' - htmlStr += ' \n' - fontName, fontFormat = getFontFromCss(css) - if fontName: - htmlStr += ' \n' - htmlStr += ' \n' - htmlStr += ' \n' - htmlStr += ' \n' - htmlStr += ' Epicyon\n' - htmlStr += ' \n' - htmlStr += ' \n' - return htmlStr - - def htmlHeaderWithExternalStyle(cssFilename: str, lang='en') -> str: htmlStr = '\n' htmlStr += '\n'