diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-06-14 16:02:15 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2012-06-14 16:02:15 +0100 |
commit | 34db1cd5f43ccd48cf672266413f608173eb838f (patch) | |
tree | 6faac72cd19c8ef3cf13211aaa900e73a118bc44 /src/stylesheet.h | |
parent | 940337bb4e46463b794fd9779cc3e07e7e175cee (diff) |
Simplify...
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r-- | src/stylesheet.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h index 558c7c5..44230fb 100644 --- a/src/stylesheet.h +++ b/src/stylesheet.h @@ -27,8 +27,6 @@ #include <config.h> #endif -#include "loadsave.h" - struct frame_class { @@ -91,21 +89,4 @@ struct slide_template typedef struct _stylesheet StyleSheet; struct presentation; -extern StyleSheet *new_stylesheet(); -extern StyleSheet *load_stylesheet(const char *filename); -extern void free_stylesheet(StyleSheet *ss); -extern void default_stylesheet(StyleSheet *ss); - -extern int save_stylesheet(StyleSheet *ss, const char *filename); - -/* Used during deserialization */ -extern struct slide_template *find_slide_template(StyleSheet *ss, - const char *name); - -extern struct frame_class *find_frame_class(struct slide_template *st, - const char *name); - -extern StyleSheet *tree_to_stylesheet(struct ds_node *root); -extern void write_stylesheet(StyleSheet *ss, struct serializer *ser); - #endif /* STYLESHEET_H */ |