From ca6d6b4a7786ecc3754532d85ed39da33684d5fc Mon Sep 17 00:00:00 2001
From: Josh Blum
Date: Fri, 29 Mar 2013 02:57:07 -0500
Subject: gras: added hooks to query instantaneous state

---
 python/gras/query/main.js | 5 -----
 1 file changed, 5 deletions(-)

(limited to 'python/gras/query/main.js')

diff --git a/python/gras/query/main.js b/python/gras/query/main.js
index a12457e..a9c255b 100644
--- a/python/gras/query/main.js
+++ b/python/gras/query/main.js
@@ -1,8 +1,3 @@
-/***********************************************************************
- * Some constants
- **********************************************************************/
-var GRAS_CHARTS_STD_WIDTH = 250;
-
 /***********************************************************************
  * Stats registry data structure
  **********************************************************************/
-- 
cgit