summaryrefslogtreecommitdiff
path: root/snd-1.h
diff options
context:
space:
mode:
authorAlessio Treglia <alessio@debian.org>2010-07-12 11:59:28 +0200
committerAlessio Treglia <alessio@debian.org>2010-07-12 11:59:28 +0200
commit6d99b2e313fc5878ab1ac115460f0e85595825a0 (patch)
tree5648167525181e3f15d56c38fd8a343fc6726b7b /snd-1.h
parentff6dcdcac8ef6c6d72725f98410ce3c56b5a621f (diff)
Imported Upstream version 11.7
Diffstat (limited to 'snd-1.h')
-rw-r--r--snd-1.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/snd-1.h b/snd-1.h
index 1d90319..b9509b2 100644
--- a/snd-1.h
+++ b/snd-1.h
@@ -522,9 +522,6 @@ typedef struct snd_state {
#if HAVE_GL && MUS_WITH_GL2PS
bool gl_printing;
#endif
-#if HAVE_SCHEME
- char listener_char;
-#endif
} snd_state;
extern snd_state *ss;
@@ -990,7 +987,6 @@ void g_xen_initialize(void);
XEN eval_str_wrapper(void *data);
XEN eval_form_wrapper(void *data);
XEN string_to_form(const char *data);
-char *g_print_1(XEN obj);
XEN g_c_make_sampler(snd_fd *fd);
char *procedure_ok(XEN proc, int args, const char *caller, const char *arg_name, int argn);
bool procedure_arity_ok(XEN proc, int args);