Merge branch 'cleanup' into 'master'

Remove unused function

See merge request Ealhad/peertubeify!2
This commit is contained in:
Ealhad 2018-11-12 08:50:11 +00:00
commit 4cb8beaaa2
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';