Remove not used function in addressbook app.js, which has been committed mistakenly

This commit is contained in:
Hadi Nategh 2014-01-13 17:54:44 +00:00
parent b08b507edb
commit 3fa891380a

View File

@ -413,15 +413,6 @@ app.classes.addressbook = AppJS.extend(
return false;
},
/**
*
*
*/
mailCheckMenu: function(action, selected)
{
},
/**
* Action function to add the email address (business or home) of the selected
* contacts to a compose email popup window.