aboutsummaryrefslogtreecommitdiff
path: root/src/sc_interp.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2018-10-20 10:02:31 +0200
committerThomas White <taw@bitwiz.me.uk>2018-10-20 10:02:31 +0200
commitae183124e9317f3d183da746b93d75909c7b89b5 (patch)
tree99f5589cd20743333a6def64b27d36d265207a0e /src/sc_interp.h
parent6f4dfee487a912ad8db247ca57cd0dc87488cdee (diff)
Remove template stuff
Diffstat (limited to 'src/sc_interp.h')
-rw-r--r--src/sc_interp.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/sc_interp.h b/src/sc_interp.h
index b0bd689..7593226 100644
--- a/src/sc_interp.h
+++ b/src/sc_interp.h
@@ -87,15 +87,4 @@ extern int sc_interp_get_height(SCInterpreter *scin);
extern void update_geom(struct frame *fr);
-struct template_id
-{
- char *name;
- char *friendlyname;
- SCBlock *scblock;
-};
-
-extern struct template_id *sc_interp_get_templates(SCInterpreter *scin,
- int *np);
-
-
#endif /* SC_INTERP_H */