aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/html.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/html.cc b/src/html.cc
index 375594c8..4b49f65e 100644
--- a/src/html.cc
+++ b/src/html.cc
@@ -114,11 +114,6 @@ static void Html_tag_cleanup_at_close(DilloHtml *html, int TagIdx);
/*-----------------------------------------------------------------------------
* Local Data
*---------------------------------------------------------------------------*/
-/* The following array of font sizes has to be _strictly_ increasing */
-static const int FontSizes[] = {10, 12, 14, 18, 22, 28};
-static const int FontSizesNum = 6;
-static const int FontSizesBase = 2;
-
/* Parsing table structure */
typedef struct {
const char *name; /* element name */