X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Finclude%2Fmain.hh;h=9bad23f902d9600f84a5f97b219b0f6f843633bd;hb=9e781b7dc83b60a543ce218aa1a5f139f74c760f;hp=e9113b4e087630a241c3337640f78541b8e954b2;hpb=08560a1b8076630c4fc6cb9b902614d8b74fd6fc;p=lilypond.git diff --git a/lily/include/main.hh b/lily/include/main.hh index e9113b4e08..9bad23f902 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--2012 Han-Wen Nienhuys + Copyright (C) 1997--2014 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);