From 9c8d696052505280dde7c12e7ee1666eeb793727 Mon Sep 17 00:00:00 2001
From: Ben Millwood <thebenmachine@gmail.com>
Date: Sat, 3 Oct 2009 11:36:16 +0000
Subject: Removed STAT_UNUSED, because it is.

---
 src/game/bg_public.h | 1 -
 1 file changed, 1 deletion(-)

(limited to 'src/game')

diff --git a/src/game/bg_public.h b/src/game/bg_public.h
index 8405336f..1ee8d36a 100644
--- a/src/game/bg_public.h
+++ b/src/game/bg_public.h
@@ -217,7 +217,6 @@ typedef enum
   STAT_STAMINA,   // stamina (human only)
   STAT_STATE,     // client states e.g. wall climbing
   STAT_MISC,      // for uh...misc stuff (pounce, trample, lcannon)
-  STAT_UNUSED,    // *** UNUSED ***
   STAT_BUILDABLE, // which ghost model to display for building
   STAT_FALLDIST,  // the distance the player fell
   STAT_VIEWLOCK   // direction to lock the view in
-- 
cgit