]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/source.hh
clean up Sources
[lilypond.git] / lily / include / source.hh
index 09c6b0553f4e19d23c196a0de9f763341600c220..b06266b4fc8df483db94779bf6dd823ccc0901bf 100644 (file)
@@ -13,9 +13,8 @@
 /*   A set of sourcefiles.  */
 class Sources
 {
-  Sources (Sources const &) {}
+  Sources (Sources const &);
   vector<Source_file*> sourcefiles_;
-  bool is_binary_;
 
 public:
   Sources ();
@@ -25,7 +24,6 @@ public:
   Source_file *get_sourcefile (char const *);
   void add (Source_file *sourcefile);
   void set_path (File_path *);
-  void set_binary (bool);
 
   const File_path *path_;
 };