aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-component-info.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-component-info.c')
-rw-r--r--shell/e-component-info.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/shell/e-component-info.c b/shell/e-component-info.c
index 8cb93d5c09..a89647c8a1 100644
--- a/shell/e-component-info.c
+++ b/shell/e-component-info.c
@@ -115,13 +115,6 @@ get_i18n_value (xmlNode *parent_node,
language_id = (const char *) p->data;
node = lookup_node_for_language (parent_node, node_name, language_id);
- if (node == NULL && language_id[2] == '_') {
- char short_language_id[3];
-
- strncpy (short_language_id, language_id, 2);
- node = lookup_node_for_language (parent_node, node_name, short_language_id);
- }
-
if (node != NULL) {
xmlChar *xml_value;
char *glib_value;