]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stream-event.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / stream-event.hh
index 9966a35eb96dc5a3abe6245d57f7ff7a74c265ff..13535c73f6ecd1826db46bf0e23eb2b4b5ed9569 100644 (file)
@@ -42,15 +42,4 @@ protected:
 DECLARE_UNSMOB (Stream_event, stream_event);
 DECLARE_TYPE_P (Stream_event);
 
-#define SEND_EVENT_TO_CONTEXT(ctx, cl, ...)                            \
-  {                                                                    \
-    Stream_event *_e_ = new Stream_event (ctx, ly_symbol2scm (cl));    \
-    __VA_ARGS__;                                                       \
-    ctx->event_source ()->distribute (_e_);                            \
-    scm_gc_unprotect_object (_e_->self_scm ());                                \
-  }
-  
-#define EVENT_PROPERTY(prop, val)      \
-  (_e_->set_property (prop, val))
-
 #endif /* STREAM_EVENT_HH */