X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fatom.cc;h=76b59197d39219634b934a0f5761588a76705558;hb=30270f615f32a6b93e7b09bf55d1b8a7d7aad7ca;hp=3f79970b7154d1ad8f369db4c40ec088a7e7cfd8;hpb=9f88b957750d767f2230004a4bf2d4eccca7decf;p=lilypond.git diff --git a/lily/atom.cc b/lily/atom.cc index 3f79970b71..76b59197d3 100644 --- a/lily/atom.cc +++ b/lily/atom.cc @@ -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; }