aboutsummaryrefslogtreecommitdiff
path: root/src/sc_interp.h
diff options
context:
space:
mode:
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 */