From 9594a7964afd06d1cde4bff1e015293de90a7694 Mon Sep 17 00:00:00 2001
From: César Calvo <ccalvo@curisit.net>
Date: Tue, 14 Mar 2017 15:45:22 +0000
Subject: [PATCH] Merge branch 'angular2' of https://git.curisit.net/gitblit/git/common/securis into angular2

---
 securis/src/main/webapp/src/app/resources/licenses.ts |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/securis/src/main/webapp/src/app/resources/licenses.ts b/securis/src/main/webapp/src/app/resources/licenses.ts
index 2cab46d..74404b8 100644
--- a/securis/src/main/webapp/src/app/resources/licenses.ts
+++ b/securis/src/main/webapp/src/app/resources/licenses.ts
@@ -39,16 +39,6 @@
 	CANCELLED: 'CA'
 }
 
-export const LIC_STATUSES = {
-	'CR': 'Created',
-	'AC': 'Active',
-	'PA': 'Pre-active',
-	'RE': 'Requested',
-	'EX': 'Expired',
-	'BL': 'Blocked',
-	'CA': 'Cancelled'
-};
-
 /**
  * These transitions could be get from server, class License.Status, but
  * we copy them for simplicity, this info won't change easily

--
Gitblit v1.3.2