Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(24)

Unified Diff: lily/include/translator.hh

Issue 338540043: Issue 5284: improve ASSIGN_EVENT_ONCE (Closed)
Patch Set: Rephrase warning Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lily/include/stream-event.hh ('k') | lily/stream-event.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/include/translator.hh
diff --git a/lily/include/translator.hh b/lily/include/translator.hh
index 91bd59fe4aef5c72efe334a9687a04dd2d1626ad..33acd337f137e1777b5c2f8e79b2b2cebc4db6bb 100644
--- a/lily/include/translator.hh
+++ b/lily/include/translator.hh
@@ -224,10 +224,4 @@ SCM get_translator_creator (SCM s);
Moment get_event_length (Stream_event *s, Moment now);
Moment get_event_length (Stream_event *s);
-/*
- This helper is only meaningful inside listen_* methods.
-*/
-extern bool internal_event_assignment (Stream_event **old_ev, Stream_event *new_ev, const char *function);
-#define ASSIGN_EVENT_ONCE(o,n) internal_event_assignment (&o, n, __FUNCTION__)
-
#endif // TRANSLATOR_HH
« no previous file with comments | « lily/include/stream-event.hh ('k') | lily/stream-event.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b