]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/atom.cc
release: 1.0.17
[lilypond.git] / lily / atom.cc
index 3f79970b7154d1ad8f369db4c40ec088a7e7cfd8..76b59197d39219634b934a0f5761588a76705558 100644 (file)
@@ -76,14 +76,12 @@ Atom::Atom ()
     But Atom is used as a simple type *everywhere*,
     and we don't have virtual contructors.
    */
-  lambda_ = 0;
   str_ = global_lookup_l->unknown_str ();
 }
 
 Atom::Atom (String s, Box b)
   :  dim_ (b)
 {
-  lambda_ = 0;
   str_ = s;
 }