1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-28 03:57:47 +02:00

remove unused currentYear

This commit is contained in:
Kyle Spearrin 2017-11-13 16:40:18 -05:00
parent 4664c783f2
commit ef0f4632ca

View File

@ -4,7 +4,6 @@ angular
.controller('mainController', function ($scope, $transitions, $state, authService, toastr, i18nService, $analytics, utilsService,
$window) {
var self = this;
self.currentYear = new Date().getFullYear();
self.animation = '';
self.xsBody = $window.screen.availHeight < 600;
self.smBody = !self.xsBody && $window.screen.availHeight <= 800;