summaryrefslogtreecommitdiff
path: root/src/select/arena.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/arena.h')
-rw-r--r--src/select/arena.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/select/arena.h b/src/select/arena.h
index af06050..5da5a5d 100644
--- a/src/select/arena.h
+++ b/src/select/arena.h
@@ -10,7 +10,6 @@
#define css_select_arena_h_
struct css_computed_style;
-struct css_computed_uncommon;
/*
* Add computed style to the style sharing arena, or exchange for existing
@@ -32,14 +31,5 @@ enum css_error css__arena_intern_style(struct css_computed_style **style);
*/
enum css_error css__arena_remove_style(struct css_computed_style *style);
-/*
- * Remove a computed style's uncommon block from the style sharing arena
- *
- * \params uncommon The uncommon style to remove from the style sharing arena
- * \return CSS_OK on success or appropriate error otherwise.
- */
-enum css_error css__arena_remove_uncommon_style(
- struct css_computed_uncommon *uncommon);
-
#endif