From 622eeed1a2d65b06aa0959d028cb430f130f9fcb Mon Sep 17 00:00:00 2001 From: Booteille Date: Sun, 11 Nov 2018 16:59:23 +0100 Subject: [PATCH] Remove unused function --- src/peertube.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/peertube.ts b/src/peertube.ts index 1ec5a49..f275fcc 100644 --- a/src/peertube.ts +++ b/src/peertube.ts @@ -21,7 +21,6 @@ import { htmlToElement } from './util'; import { MessageKind, RedirectType } from './types'; import Preferences from './preferences'; -const watchURL = (host, uuid) => `https://${host}/videos/watch/${uuid}`; const thumbnailURL = (host, path) => `https://${host}${path}`; const LINK_ID = 'peertube-link';