diff --git a/include/class.ticket.php b/include/class.ticket.php
index 4345004ee23b208337623dad86a0208f3d95d371..e65347a03663ef74276f52e78f054a175856d7bc 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);