[collab_client] remove unused function getStats

pull/2028/head
webzwo0i 2013-12-08 17:30:48 +01:00
parent 6aaf4c4065
commit 1fa8c2a7e6
1 changed files with 0 additions and 11 deletions

View File

@ -204,17 +204,6 @@ function getCollabClient(ace2editor, serverVars, initialUserInfo, options, _pad)
}
}
function getStats()
{
var stats = {};
stats.screen = [$(window).width(), $(window).height(), window.screen.availWidth, window.screen.availHeight, window.screen.width, window.screen.height].join(',');
stats.ip = serverVars.clientIp;
stats.useragent = serverVars.clientAgent;
return stats;
}
function setUpSocket()
{
hiccupCount = 0;