]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/string.hh
release: 1.3.0
[lilypond.git] / flower / include / string.hh
index 24b975949a48e54b950f55cd485238807608a7db..b0bf9f8952980b466fec339dbc05a4a06162cdaf 100644 (file)
@@ -90,16 +90,7 @@ public:
   void operator += (String s);
 
   bool empty_b  () const;
-#if 0
-  /** is the string empty?
 
-    Ugh-ugh-thank-you-cygnus.  W32 barfs on this
-   */
-  operator bool  () const;
-  {
-    return length_i  (); 
-  }
-#endif
   void append (String);
   void prepend (String);