Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lexborisov/Modest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/mycss/values/values.h')
-rw-r--r--source/mycss/values/values.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/mycss/values/values.h b/source/mycss/values/values.h
index 3cb098d..0fceafe 100644
--- a/source/mycss/values/values.h
+++ b/source/mycss/values/values.h
@@ -471,10 +471,6 @@ struct mycss_values_background {
mycss_declaration_entry_t* color;
};
-struct mycss_values_background_list {
- mycss_values_background_t* entries;
- size_t entries_length;
-};
struct mycss_values_background_repeat {
mycss_property_background_t horizontal;
@@ -517,9 +513,6 @@ mycss_values_image_t * mycss_values_image_list_add_entry(mycss_entry_t* entry, m
mycss_values_background_repeat_t * mycss_values_background_repeat_list_add_entry(mycss_entry_t* entry, mycss_values_background_repeat_list_t *list);
mycss_values_background_size_entry_t * mycss_values_background_size_list_add_entry(mycss_entry_t* entry, mycss_values_background_size_list_t *list);
-mycss_values_background_t * mycss_values_background_list_add_entry(mycss_entry_t* entry, mycss_values_background_list_t *list);
-mycss_values_background_t * mycss_values_background_list_current_entry(mycss_values_background_list_t *list);
-
#ifdef __cplusplus
} /* extern "C" */
#endif