aboutsummaryrefslogtreecommitdiff
path: root/src/operating_system.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/operating_system.c')
-rw-r--r--src/operating_system.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/operating_system.c b/src/operating_system.c
index 8876991..d14979f 100644
--- a/src/operating_system.c
+++ b/src/operating_system.c
@@ -64,8 +64,3 @@ void operating_system_setup(void)
class_sethelpsymbol(operating_system_class, gensym("zexy/operating_system"));
zexy_register("operating_system");
}
-
-void z_operating_system_setup(void)
-{
- operating_system_setup();
-}