rm unused fn

This commit is contained in:
Matias Alejo Garcia 2015-05-04 13:37:21 -03:00
parent 4f1c283942
commit ea793d913d
1 changed files with 0 additions and 2 deletions

View File

@ -2,6 +2,4 @@
angular.module('copayApp.controllers').controller('preferencesAdvancedController',
function($scope) {
this.scan = function() {
};
});