]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/context.hh
Issue 2507: Stop the entanglement of context properties and grob property internals
[lilypond.git] / lily / include / context.hh
index 0595bf851389c655080c34e1199aaa1437bb02fa..cc90d2ebb08d77fb01bb6f5e1c592123ae636c64 100644 (file)
@@ -137,13 +137,8 @@ public:
 */
 
 void apply_property_operations (Context *tg, SCM pre_init_ops);
-void execute_revert_property (Context *context,
-                              SCM context_property,
-                              SCM grob_property_path);
 void execute_pushpop_property (Context *trg, SCM prop, SCM eltprop, SCM val);
-void sloppy_general_pushpop_property (Context *context,
-                                      SCM context_property, SCM grob_property_path, SCM val);
-SCM updated_grob_properties (Context *tg, SCM sym);
+
 Context *find_context_below (Context *where,
                              SCM type_sym, const string &id);
 bool melisma_busy (Context *);