Make function only used in the selection code private.
svn path=/trunk/netsurf/; revision=11193
This commit is contained in:
parent
26a8af2cbc
commit
3c698793a0
|
@ -80,6 +80,9 @@ static bool parse_dimension(const char *data, bool strict,
|
|||
static bool parse_number(const char *data, bool non_negative, bool real,
|
||||
css_fixed *value, size_t *consumed);
|
||||
|
||||
static css_computed_style *nscss_get_initial_style(struct content *html,
|
||||
css_allocator_fn, void *pw);
|
||||
|
||||
static bool isWhitespace(char c);
|
||||
static bool isHex(char c);
|
||||
static uint8_t charToHex(char c);
|
||||
|
|
|
@ -36,9 +36,6 @@ css_computed_style *nscss_get_style(struct content *html, xmlNode *n,
|
|||
const css_stylesheet *inline_style,
|
||||
css_allocator_fn alloc, void *pw);
|
||||
|
||||
css_computed_style *nscss_get_initial_style(struct content *html,
|
||||
css_allocator_fn, void *pw);
|
||||
|
||||
css_computed_style *nscss_get_blank_style(struct content *html,
|
||||
const css_computed_style *parent,
|
||||
css_allocator_fn alloc, void *pw);
|
||||
|
|
Loading…
Reference in New Issue