diff -r 3cb633d4b37d -r 320ea02c238a plugins/redmine_bibliography/app/helpers/publications_helper.rb
--- a/plugins/redmine_bibliography/app/helpers/publications_helper.rb
+++ b/plugins/redmine_bibliography/app/helpers/publications_helper.rb
@@ -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
 
