diff options
Diffstat (limited to 'src/web/app/common/scripts/streaming/drive-stream.ts')
| -rw-r--r-- | src/web/app/common/scripts/streaming/drive-stream.ts | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/web/app/common/scripts/streaming/drive-stream.ts b/src/web/app/common/scripts/streaming/drive-stream.ts deleted file mode 100644 index 0da3f12554..0000000000 --- a/src/web/app/common/scripts/streaming/drive-stream.ts +++ /dev/null @@ -1,12 +0,0 @@ -import Stream from './stream'; - -/** - * Drive stream connection - */ -export default class Connection extends Stream { - constructor(me) { - super('drive', { - i: me.token - }); - } -} |