removed enable cash preference

This commit is contained in:
Kadir Sekha 2017-10-27 16:42:15 +09:00
commit c364e414d9
4 changed files with 0 additions and 94 deletions

View file

@ -377,16 +377,6 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
*
*/
.state('tabs.preferencesCash', {
url: '/preferencesCash',
views: {
'tab-settings@tabs': {
controller: 'preferencesCashController',
templateUrl: 'views/preferencesCash.html'
}
}
})
.state('tabs.notifications', {
url: '/notifications',
views: {