mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 00:09:41 +03:00
html: layout: Remove duplicate typedefs
This commit is contained in:
parent
094eb9ae48
commit
991f657ecd
@ -70,15 +70,6 @@
|
|||||||
#include "html/layout_internal.h"
|
#include "html/layout_internal.h"
|
||||||
#include "html/table.h"
|
#include "html/table.h"
|
||||||
|
|
||||||
typedef uint8_t (*css_len_func)(
|
|
||||||
const css_computed_style *style,
|
|
||||||
css_fixed *length, css_unit *unit);
|
|
||||||
typedef uint8_t (*css_border_style_func)(
|
|
||||||
const css_computed_style *style);
|
|
||||||
typedef uint8_t (*css_border_color_func)(
|
|
||||||
const css_computed_style *style,
|
|
||||||
css_color *color);
|
|
||||||
|
|
||||||
/** Array of per-side access functions for computed style margins. */
|
/** Array of per-side access functions for computed style margins. */
|
||||||
const css_len_func margin_funcs[4] = {
|
const css_len_func margin_funcs[4] = {
|
||||||
[TOP] = css_computed_margin_top,
|
[TOP] = css_computed_margin_top,
|
||||||
|
Loading…
Reference in New Issue
Block a user