Skip to content

Commit

Permalink
removed unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
jimm committed Apr 15, 2012
1 parent 1e03eb2 commit a79e9c6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/patchmaster/song_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,5 @@ def find(name_regex)
%w(first prev curr next last).each do |dir|
instance_eval("def #{dir}_patch; @songs.curr.#{dir}_patch; end")
end

# Called when moving out of this song list to another
def stop_current_song
@songs.stop_current
end
end
end

0 comments on commit a79e9c6

Please sign in to comment.