aboutsummaryrefslogtreecommitdiff
path: root/src/sc_interp.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2017-02-04 22:36:03 +0100
committerThomas White <taw@bitwiz.org.uk>2017-02-04 22:36:03 +0100
commit1431aced5f9615be656519bb438c6bc96d2c2442 (patch)
tree32a5f731f9ea3240c95daec5f314fe4ce06f3dcd /src/sc_interp.h
parent3a7edbe2fba3d31fe1d11499536d2149771c9b14 (diff)
Change stylesheet
Diffstat (limited to 'src/sc_interp.h')
-rw-r--r--src/sc_interp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sc_interp.h b/src/sc_interp.h
index ad9048c..fe38a39 100644
--- a/src/sc_interp.h
+++ b/src/sc_interp.h
@@ -50,7 +50,6 @@ extern void sc_interp_restore(SCInterpreter *scin);
extern int sc_interp_add_blocks(SCInterpreter *scin, SCBlock *bl);
-extern void find_stylesheet(struct presentation *p);
extern void sc_interp_run_stylesheet(SCInterpreter *scin, SCBlock *bl);
extern void add_macro(SCInterpreter *scin, const char *mname,
const char *contents);