Remove an unused collab client message

This commit is contained in:
Jordan 2012-02-09 21:55:47 -05:00
parent 0d3188365a
commit da23a62c49

View file

@ -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)
{