summaryrefslogtreecommitdiff
path: root/css/css.c
diff options
context:
space:
mode:
Diffstat (limited to 'css/css.c')
-rw-r--r--css/css.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/css/css.c b/css/css.c
index 07863a629..a9e2d26d9 100644
--- a/css/css.c
+++ b/css/css.c
@@ -31,11 +31,8 @@ struct decl {
struct rule * rule;
};
-void css_atimport_callback(content_msg msg, struct content *css,
+static void css_atimport_callback(content_msg msg, struct content *css,
void *p1, void *p2, const char *error);
-void css_dump_style(const struct css_style * const style);
-
-
const struct css_style css_base_style = {
0xffffff,