diff options
author | corvid <corvid@lavabit.com> | 2009-01-28 19:17:42 +0100 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-01-28 19:17:42 +0100 |
commit | 44a7a4b4286d987a8800cb0f72ee1c679aecd7d5 (patch) | |
tree | 2ea81da70eabe913adbc01cbcc9ad7705cb89304 /src/html.cc | |
parent | cdad8924dc614ed02e329be743c68d814c010804 (diff) |
rm FontSizes*
Diffstat (limited to 'src/html.cc')
-rw-r--r-- | src/html.cc | 5 |
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 */ |