From f18636e80edab0dadd07917ea26ec4c18102b99a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 18 Nov 2014 16:09:40 +0100 Subject: html: Cleanups. --- source/html/layout.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'source/html/layout.c') diff --git a/source/html/layout.c b/source/html/layout.c index b5a22557..001e15e4 100644 --- a/source/html/layout.c +++ b/source/html/layout.c @@ -1,9 +1,6 @@ #include "mupdf/html.h" -#define L LEFT -#define R RIGHT -#define T TOP -#define B BOTTOM +enum { T, R, B, L }; static const char *default_css = "html,address,blockquote,body,dd,div,dl,dt,h1,h2,h3,h4,h5,h6,ol,p,ul,center,hr,pre{display:block}" -- cgit v1.2.3