]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/atom.hh
release: 1.0.17
[lilypond.git] / lily / include / atom.hh
index fcd434f0ab4f3e0226c2a375edf394f80001f17f..0d88e7ce315cbba217a753c552fdc4c15f32e6f1 100644 (file)
@@ -9,18 +9,17 @@
 #ifndef ATOM_HH
 #define ATOM_HH
 
-#include "lily-guile.hh"
 #include "string.hh"
 #include "box.hh"
 #include "lily-proto.hh"
 
+
 /// a symbol which can be translated, and freely copied
 class Atom {
   Offset off_;
 public:
   String str_;
   String font_;
-  SCM lambda_;
   Box dim_;
 
   Offset offset () const;