pad: Delete dead code

pull/4779/head
Richard Hansen 2020-10-05 21:11:03 -04:00 committed by John McLear
parent 48205c1ddb
commit 8a221ca773
1 changed files with 0 additions and 4 deletions

View File

@ -720,10 +720,6 @@ const pad = {
.val(JSON.stringify(pad.collabClient.getMissedChanges()));
$('form#reconnectform').submit();
},
// this is called from code put into a frame from the server:
handleImportExportFrameCall: (callName, varargs) => {
padimpexp.handleFrameCall.call(padimpexp, callName, Array.prototype.slice.call(arguments, 1));
},
callWhenNotCommitting: (f) => {
pad.collabClient.callWhenNotCommitting(f);
},