html: layout: FPCT_OF_INT_TOINT is now in LibCSS

This commit is contained in:
Michael Drake 2024-05-25 22:35:32 +01:00
parent 5f2065ecfb
commit 120be3d771

View File

@ -26,9 +26,6 @@
#define AUTO INT_MIN #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. * Layout a block formatting context.
* *