]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/main.cc
Warnings: Move all warning-as-error handling to warn.cc
[lilypond.git] / lily / main.cc
index 5b5ea18d08e2c127db537aa041c0600e9914750e..3bb602ac230dcfd7c3fd005509c05470a3d2749f 100644 (file)
@@ -74,9 +74,6 @@ string output_name_global;
 /* Run in safe mode? */
 bool be_safe_global = false;
 
-/* Provide URI links to the original file */
-bool point_and_click_global = true;
-
 /* Scheme code to execute before parsing, after .scm init.
    This is where -e arguments are appended to.  */
 string init_scheme_code_global;