Remove functions that VSCode added
This commit is contained in:
@@ -453,7 +453,7 @@ class PeerConnection {
|
|||||||
private webRTCSuperlog = false;
|
private webRTCSuperlog = false;
|
||||||
private dataChannelSuperlog = true;
|
private dataChannelSuperlog = true;
|
||||||
messageSuperlog: boolean = true;
|
messageSuperlog: boolean = true;
|
||||||
rpcSuperlog: boolean = false;
|
rpcSuperlog: boolean = true;
|
||||||
pendingRPCs: Map<
|
pendingRPCs: Map<
|
||||||
string,
|
string,
|
||||||
{ resolve: Function; reject: Function; functionName: string }
|
{ resolve: Function; reject: Function; functionName: string }
|
||||||
|
|||||||
@@ -2104,14 +2104,6 @@ namespace App {
|
|||||||
CONNECT,
|
CONNECT,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
export function announceUser_rpc_response(sendingPeerID: string, userIDs: string[]) {
|
|
||||||
throw new Error("Function not implemented.");
|
|
||||||
}
|
|
||||||
|
|
||||||
export function announceUser_rpc_response(sendingPeerID: string, userIDs: string[]) {
|
|
||||||
throw new Error("Function not implemented.");
|
|
||||||
}
|
|
||||||
// export function connect() {
|
// export function connect() {
|
||||||
// throw new Error("Function not implemented.");
|
// throw new Error("Function not implemented.");
|
||||||
// }
|
// }
|
||||||
|
|||||||
@@ -1584,14 +1584,6 @@ class App {
|
|||||||
Route[Route["CONNECT"] = 5] = "CONNECT";
|
Route[Route["CONNECT"] = 5] = "CONNECT";
|
||||||
})(Route = App.Route || (App.Route = {}));
|
})(Route = App.Route || (App.Route = {}));
|
||||||
;
|
;
|
||||||
function announceUser_rpc_response(sendingPeerID, userIDs) {
|
|
||||||
throw new Error("Function not implemented.");
|
|
||||||
}
|
|
||||||
App.announceUser_rpc_response = announceUser_rpc_response;
|
|
||||||
function announceUser_rpc_response(sendingPeerID, userIDs) {
|
|
||||||
throw new Error("Function not implemented.");
|
|
||||||
}
|
|
||||||
App.announceUser_rpc_response = announceUser_rpc_response;
|
|
||||||
// export function connect() {
|
// export function connect() {
|
||||||
// throw new Error("Function not implemented.");
|
// throw new Error("Function not implemented.");
|
||||||
// }
|
// }
|
||||||
|
|||||||
Reference in New Issue
Block a user