Browse Source

remove unused imports

afrokick 6 years ago
parent
commit
1c82f23489
2 changed files with 0 additions and 2 deletions
  1. 0 1
      lib/api.ts
  2. 0 1
      lib/baseconnection.ts

+ 0 - 1
lib/api.ts

@@ -1,5 +1,4 @@
 import { util } from "./util";
 import { util } from "./util";
-import { PeerErrorType, PeerEventType } from "./enums";
 
 
 export class API {
 export class API {
   constructor(private readonly _options: any) { }
   constructor(private readonly _options: any) { }

+ 0 - 1
lib/baseconnection.ts

@@ -1,6 +1,5 @@
 import { EventEmitter } from "eventemitter3";
 import { EventEmitter } from "eventemitter3";
 import { Peer } from "./peer";
 import { Peer } from "./peer";
-import { RTCPeerConnection } from "./adapter";
 import { ServerMessage } from "./servermessage";
 import { ServerMessage } from "./servermessage";
 import { ConnectionType } from "./enums";
 import { ConnectionType } from "./enums";