diff --git a/app/views/wiki/export.rhtml b/app/views/wiki/export.rhtml
index d8bc3f02..2b7dcd7c 100644
--- a/app/views/wiki/export.rhtml
+++ b/app/views/wiki/export.rhtml
@@ -5,8 +5,4 @@
- <%= link_to 'HTML', :web => @web.address, :action => 'export_html' %>
- <%= link_to "Markup (#{@web.markup.to_s.capitalize})", :web => @web.address, :action => 'export_markup' %>
-<% if OPTIONS[:pdflatex] && @web.markup == :textile %>
- - <%= link_to 'TeX', :web => @web.address, :action => 'export_tex' %>
- - <%= link_to 'PDF', :web => @web.address, :action => 'export_pdf' %>
-<% end %>