diff --git a/content/handlers/html/layout_internal.h b/content/handlers/html/layout_internal.h index d094462ec..f4d6fcc95 100644 --- a/content/handlers/html/layout_internal.h +++ b/content/handlers/html/layout_internal.h @@ -26,9 +26,6 @@ #define AUTO INT_MIN -/* Fixed point percentage (a) of an integer (b), to an integer */ -#define FPCT_OF_INT_TOINT(a, b) (FIXTOINT(FDIV((a * b), F_100))) - /** * Layout a block formatting context. *