]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/includable-lexer.cc
Fix #193.
[lilypond.git] / lily / includable-lexer.cc
index 65bea4d00b25973378509c0978fb8a3530024be3..29b7d9e5f3a025392571f0784ac1e2d3bad77497 100644 (file)
@@ -41,19 +41,12 @@ Includable_lexer::Includable_lexer ()
 #if HAVE_FLEXLEXER_YY_CURRENT_BUFFER
   yy_current_buffer = 0;
 #endif
-  allow_includes_b_ = true;
 }
 
 /** Set the new input file to NAME, remember old file.  */
 void
 Includable_lexer::new_input (string name, Sources *sources)
 {
-  if (!allow_includes_b_)
-    {
-      LexerError (_ ("include files are not allowed in safe mode").c_str ());
-      return;
-    }
-
   Source_file *file = sources->get_file (&name);
   if (!file)
     {