diff --git a/www/common/notifications.js b/www/common/notifications.js
index 57ac38f8b..d1fbbaff9 100644
--- a/www/common/notifications.js
+++ b/www/common/notifications.js
@@ -83,11 +83,6 @@ define([
};
// Share pad
-
- Messages.notification_padSharedTeam = "{0} has shared a pad with the team {2}: {1}"; // XXX
- Messages.notification_fileSharedTeam = "{0} has shared a file with the team {2}: {1}"; // XXX
- Messages.notification_folderSharedTeam = "{0} has shared a pad with the team {2}: {1}"; // XXX
-
handlers['SHARE_PAD'] = function(common, data) {
var content = data.content;
var msg = content.msg;
diff --git a/www/support/ui.js b/www/support/ui.js
index c099634b7..30d98f389 100644
--- a/www/support/ui.js
+++ b/www/support/ui.js
@@ -103,14 +103,7 @@ define([
return true;
};
-Messages.support_cat_account = "User account"; // XXX
-Messages.support_cat_data = "Loss of content"; // XXX
-Messages.support_cat_bug = "Bug report"; // XXX
-Messages.support_cat_other = "Other"; // XXX
-Messages.support_cat_all = "All"; // XXX
Messages.support_category = "Category"; // XXX
-Messages.support_attachments = "Attachments"; // XXX
-Messages.support_addAttachment = "Add attachment"; // XXX
var makeCategoryDropdown = function (ctx, container, onChange, all) {
var categories = ['account', 'data', 'bug', 'other'];