(js) Cleanup unused function

This commit is contained in:
Francis Lachapelle
2018-05-14 10:22:29 -04:00
parent 119591e8dd
commit 371504e997

View File

@@ -78,15 +78,6 @@
vm.textOperatorLabels.regex_not = l("does not match regex");
}
vm.flagLabels = {
"seen": l("Seen"),
"deleted": l("Deleted"),
"answered": l("Answered"),
"flagged": l("Flagged"),
"junk": l("Junk"),
"not_junk": l("Not Junk")
};
function cancel() {
$mdDialog.cancel();
}