# HG changeset patch # User luisf # Date 1380630400 -3600 # Node ID 320ea02c238a359b4c2bd577ccfa81afc4d97c8e # Parent 3cb633d4b37dd0b6faecd540f12697aef03b2b9e removed unused code. diff -r 3cb633d4b37d -r 320ea02c238a plugins/redmine_bibliography/app/helpers/publications_helper.rb --- a/plugins/redmine_bibliography/app/helpers/publications_helper.rb Tue Oct 01 13:05:17 2013 +0100 +++ b/plugins/redmine_bibliography/app/helpers/publications_helper.rb Tue Oct 01 13:26:40 2013 +0100 @@ -139,10 +139,6 @@ s << link_to_user(User.find(link_id), :class => 'publication_project') end - confirm_msg = "Are you sure you want to remove the link between this publication's author and this code.soundsoftware.ac.uk site user?" - - ## s << link_to(l(:button_delete), { :url => { :controller => 'publications', :action => 'remove_project', :id => publication, :remove_project_id => proj, :project_id => @project }, :method => :post, :confirm => confirm_msg }, :class => 'icon icon-del', :remote => :true) - s.html_safe end