diff --git a/views/_main_software_editor_extras.html.erb b/views/_main_software_editor_extras.html.erb
deleted file mode 100644
index 942256d..0000000
--- a/views/_main_software_editor_extras.html.erb
+++ /dev/null
@@ -1,32 +0,0 @@
-
<%= _('Software Information') %>
-
-<%= label_tag("name", _('Name'), {:class => 'formlabel'}) %>
-
-
- <%= context.profile.environment.default_hostname %>/
- <%= text_field_tag(:name, context.profile.software_info.community.name) %>
-
-
- <%= _("Finality") %>
-
- <%= text_field_tag(:finality, context.profile.software_info.finality) %>
-
-
- <%= _("Licenses") %>
-
- <%= select_tag(:id, options_for_select(LicenseHelper.getListLicenses.collect{|l| [l.version, l.id]}, :selected => context.profile.software_info.license_info.id), :onchange => "get_license_link('version')") %>
-
-
-
<%= _("License link") %>
- <% LicenseHelper.getListLicenses.each do | license | %>
-
- <% end %>
-
-
<%= context.profile.software_info.license_info.link %>
-
-
-
- <%= label_tag "repository_url", _("Link to Repository: ") %>
- <%= text_field_tag(:reository_url) %>
-
-
--
libgit2 0.21.2