]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/side-position-interface.hh
Issue 4527: remove declarations of undefined callbacks
[lilypond.git] / lily / include / side-position-interface.hh
index ac0e2c7c0f785ef9c7c15f1a0fbb2430b5654e43..c98189f0875bb09976e25e4d3de43a36791dde3f 100644 (file)
@@ -32,8 +32,6 @@ struct Side_position_interface
 {
 public:
 
-  DECLARE_SCHEME_CALLBACK (y_aligned_on_support_refpoints, (SCM element));
-  DECLARE_SCHEME_CALLBACK (pure_y_aligned_on_support_refpoints, (SCM element, SCM start, SCM end));
   DECLARE_SCHEME_CALLBACK (x_aligned_side, (SCM element, SCM current));
   DECLARE_SCHEME_CALLBACK (y_aligned_side, (SCM element, SCM current));
   DECLARE_SCHEME_CALLBACK (pure_y_aligned_side, (SCM element, SCM start, SCM end, SCM current));