]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/global-context.cc
Excise object keys from Contexts.
[lilypond.git] / lily / global-context.cc
index 6bfbe20454419979de18853231929f2d4b52c4d1..095f1f46a74a3207df04785cfcb722e70e602099 100644 (file)
@@ -20,10 +20,8 @@ using namespace std;
 #include "output-def.hh"
 #include "warn.hh"
 
-Global_context::Global_context (Output_def *o, Object_key *key)
-  : Context (new Lilypond_context_key (key,
-                                      Moment (0),
-                                      "Global", "", 0))
+Global_context::Global_context (Output_def *o)
+  : Context ()
 {
   output_def_ = o;
   definition_ = find_context_def (o, ly_symbol2scm ("Global"));