mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 06:21:45 +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/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. */
|
||||
const css_len_func margin_funcs[4] = {
|
||||
[TOP] = css_computed_margin_top,
|
||||
|
Loading…
Reference in New Issue
Block a user