X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fmain.hh;h=472006a2698dbcb8ec948343decf66e85a60ba1c;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=a9b827ef75d140098a0b036782bb8ee88dac48c8;hpb=4e021773761fbb873602891f788b408c5c085953;p=lilypond.git diff --git a/lily/include/main.hh b/lily/include/main.hh index a9b827ef75..472006a269 100644 --- a/lily/include/main.hh +++ b/lily/include/main.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2011 Han-Wen Nienhuys + Copyright (C) 1997--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,8 +28,6 @@ void set_debug (bool); void do_scores (); void clear_scores (); void add_score (Score *s); -void set_default_output (string s); -string find_file (string); void call_constructors (); vector get_inclusion_names (); void set_inclusion_names (vector);