]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/path.hh
release: 0.0.65
[lilypond.git] / flower / include / path.hh
index 12f0ce4cb62f91f72e552395c6f7039addeb6b0f..d41dc2ba1cc6bd89f1f2d545529c95f4a878cab9 100644 (file)
@@ -29,9 +29,6 @@ public:
     /// locate a file in the search path
     String find(String nm)const;
 
-    /// construct using prefix. Normally argv[0].
-    File_path(String);
-
     /// add to end of path.
     Array<String>::push;
     void add(String str) { push(str); }