]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context-scheme.cc
Merge remote-tracking branch 'origin/translation' into staging
[lilypond.git] / lily / context-scheme.cc
index 4f3818ecd8a3cf87841fd7d9bccb4c34e7ca3759..1559d67e0157255698640830bcd2e15ccb46a504 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1998--2012 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1998--2014 Jan Nieuwenhuizen <janneke@gnu.org>
   Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -211,15 +211,3 @@ LY_DEFINE (ly_context_events_below, "ly:context-events-below",
   Context *ctx = unsmob_context (context);
   return ctx->events_below ()->self_scm ();
 }
-
-LY_DEFINE (ly_make_event_class, "ly:make-event-class",
-          2, 0, 0, (SCM context, SCM type),
-          "Make an event class (a list of types) from the given @var{type}"
-          " within the global context containing @var{context}.")
-{
-  LY_ASSERT_SMOB (Context, context, 1);
-  LY_ASSERT_TYPE (ly_is_symbol, type, 2);
-
-  Context *ctx = unsmob_context (context);
-  return ctx->make_event_class (type);
-}