From 3c698793a0f0a33d082aab29de5169d188b733be Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 4 Jan 2011 18:02:55 +0000 Subject: Make function only used in the selection code private. svn path=/trunk/netsurf/; revision=11193 --- css/select.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'css/select.c') diff --git a/css/select.c b/css/select.c index d0d20ad56..9d7a2d8ba 100644 --- a/css/select.c +++ b/css/select.c @@ -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); -- cgit v1.2.3