Skip to content

Commit df00489

Browse files
committed
Merge branch 'development' into dllStructure
2 parents 833d663 + 93db46b commit df00489

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

Source/Plugins/EventBroadcaster/EventBroadcaster.cpp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -210,17 +210,6 @@ int EventBroadcaster::getOutputFormat() const
210210
}
211211

212212

213-
void EventBroadcaster::setOutputFormat(int format)
214-
{
215-
outputFormat = format;
216-
}
217-
218-
int EventBroadcaster::getOutputFormat() const
219-
{
220-
return outputFormat;
221-
}
222-
223-
224213
void EventBroadcaster::setOutputFormat(int format)
225214
{
226215
outputFormat = format;
@@ -423,7 +412,6 @@ void EventBroadcaster::sendEvent(const InfoObjectCommon* channel, const MidiMess
423412

424413
sendMessage(message);
425414
#endif
426-
return 0;
427415
}
428416

429417
int EventBroadcaster::sendMessage(const Array<MsgPart>& parts) const

0 commit comments

Comments
 (0)