]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/string.cc
release: 1.5.19
[lilypond.git] / flower / string.cc
index 8ee89d0c5f26e7c06790ac478cc8b3ff685dda5a..4659807f0c30c819a13c10a4360d20330c0b8a8a 100644 (file)
@@ -62,11 +62,6 @@ String::operator = (String const&source)
   return *this;
 }
 
-String::String (char const* source)
-{   
-  assert (source);    
-  strh_ = source;    
-}
 
 String::String (Byte const* byte_l, int length_i)
 {