Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/991f657ecdcb26cd7e40ab44463f189b1e89b014
...commit
http://git.netsurf-browser.org/netsurf.git/commit/991f657ecdcb26cd7e40ab44463f189b1e89b014
...tree
http://git.netsurf-browser.org/netsurf.git/tree/991f657ecdcb26cd7e40ab44463f189b1e89b014
The branch, master has been updated
via 991f657ecdcb26cd7e40ab44463f189b1e89b014 (commit)
from 094eb9ae48d1f064bbf8810a2560b344b6dc22cf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=991f657ecdcb26cd7e40ab44463f189b1e89b014
commit 991f657ecdcb26cd7e40ab44463f189b1e89b014
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
html: layout: Remove duplicate typedefs
diff --git a/content/handlers/html/layout.c b/content/handlers/html/layout.c
index 8ba45da..d9de14b 100644
--- a/content/handlers/html/layout.c
+++ b/content/handlers/html/layout.c
@@ -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,
-----------------------------------------------------------------------
Summary of changes:
content/handlers/html/layout.c | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/content/handlers/html/layout.c b/content/handlers/html/layout.c
index 8ba45da..d9de14b 100644
--- a/content/handlers/html/layout.c
+++ b/content/handlers/html/layout.c
@@ -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,
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]