From da23a62c49111910070b417d69ca6b6f3bd9642e Mon Sep 17 00:00:00 2001 From: Jordan Date: Thu, 9 Feb 2012 21:55:47 -0500 Subject: Remove an unused collab client message --- static/js/pad.js | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'static') diff --git a/static/js/pad.js b/static/js/pad.js index 17c2c800..9dab9c61 100644 --- a/static/js/pad.js +++ b/static/js/pad.js @@ -570,16 +570,6 @@ var pad = { }; options.view[key] = value; pad.handleOptionsChange(options); - // if the request isn't to hide line numbers then broadcast this to other users - if (key != "showLineNumbers" && key != "useMonospaceFont") - { - pad.collabClient.sendClientMessage( - { - type: 'padoptions', - options: options, - changedBy: pad.myUserInfo.name || "unnamed" - }); - } }, handleOptionsChange: function(opts) { -- cgit v1.2.3