From 7a2d4989772eeb768d731fc5f20d7eee39a4e922 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Mon, 27 Oct 2014 09:51:44 -0500 Subject: [PATCH] i18n: Remove unnecessary ticket state listing --- include/class.ticket.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/class.ticket.php b/include/class.ticket.php index 4345004ee..e65347a03 100644 --- a/include/class.ticket.php +++ b/include/class.ticket.php @@ -54,12 +54,6 @@ class Ticket { var $thread; //Thread obj. - // Status -- listed here until we have a formal status class - static $STATUSES = array( - /* @trans */ 'open', - /* @trans */ 'closed', - ); - function Ticket($id) { $this->id = 0; $this->load($id); -- GitLab