]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/ly-module.hh
Issue 4464/2: include hygiene: break cycles, remove duplicate includes etc.
[lilypond.git] / lily / include / ly-module.hh
index e763138ef800bf8c0bebb203c66b9707934cdb03..4b2d3f800a141bca4d2a9c35da0a4b454969227b 100644 (file)
@@ -29,15 +29,7 @@ SCM ly_module_lookup (SCM module, SCM sym);
 SCM ly_modules_lookup (SCM modules, SCM sym, SCM);
 SCM ly_module_symbols (SCM mod);
 void ly_reexport_module (SCM mod);
-inline bool ly_is_module (SCM x) { return SCM_MODULEP (x); }
-
 SCM ly_use_module (SCM mod, SCM used);
 
-/* For backward compatability with Guile 1.8 */
-#if !HAVE_GUILE_HASH_FUNC
-typedef SCM (*scm_t_hash_fold_fn) (GUILE_ELLIPSIS);
-typedef SCM (*scm_t_hash_handle_fn) (GUILE_ELLIPSIS);
-#endif
-
 #endif /* LY_MODULE_HH */