mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-23 05:49:31 +00:00
(js) Cleanup unused function
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user