]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-lexer.hh
Issue 3513: removed unused code: functions that are declared but never defined and...
[lilypond.git] / lily / include / lily-lexer.hh
index 08701c982777c31954b8861da1c3392fbbfbc750..c12fcedd5dc57903fcca9412bb262ebe729938c2 100644 (file)
@@ -38,8 +38,8 @@ class Lily_lexer : public Includable_lexer
 private:
   int lookup_keyword (string);
   int scan_bare_word (string);
-  SCM scan_markup_word (string);
   int scan_escaped_word (string);
+  int scan_shorthand (string);
   int scan_scm_id (SCM);
   int identifier_type (SCM);
   char escaped_char (char) const;