]> git.proxmox.com Git - mirror_novnc.git/commitdiff
More timing "history" purge.
authorJoel Martin <github@martintribe.org>
Mon, 30 Aug 2010 20:59:53 +0000 (15:59 -0500)
committerJoel Martin <github@martintribe.org>
Mon, 30 Aug 2010 20:59:53 +0000 (15:59 -0500)
include/rfb.js

index 667b9bb51c83097cad2493feeba528a7dd718bb3..62cb30c743f18eb62ecbbcb8239c94d2679c61ec 100644 (file)
@@ -113,14 +113,6 @@ var that           = {},         // Public API interface
         fbu_rt_start   : 0,
         fbu_rt_total   : 0,
         fbu_rt_cnt     : 0,
-
-        history        : [],
-        history_start  : 0,
-        h_time         : 0,
-        h_rects        : 0,
-        h_fbus         : 0,
-        h_bytes        : 0,
-        h_pixels       : 0
     },
 
     test_mode        = false,