Remove unused function

This commit is contained in:
Booteille 2018-11-11 16:59:23 +01:00
parent 4ca19de083
commit 622eeed1a2
No known key found for this signature in database
GPG Key ID: 7FC1ED300B74CD91
1 changed files with 0 additions and 1 deletions

View File

@ -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';