Skip to content

Commit

Permalink
remove unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
arirusso committed Jul 6, 2017
1 parent c4bb292 commit f451279
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/coremidi/source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,6 @@ def enqueue_message(bytes, timestamp)
message
end

# New MIDI messages from the queue
def queued_messages
@queue.pop
end

# Are there new MIDI messages in the queue?
def queued_messages?
!@queue.empty?
end

# The callback fired by coremidi when new MIDI messages are received
def get_event_callback
Thread.abort_on_exception = true
Expand Down

0 comments on commit f451279

Please sign in to comment.