From 120be3d771ea40ce8afc41a13316a8f0dce97f30 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 25 May 2024 22:35:32 +0100 Subject: [PATCH] html: layout: FPCT_OF_INT_TOINT is now in LibCSS --- content/handlers/html/layout_internal.h | 3 --- 1 file changed, 3 deletions(-) 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. *