Remove unused function
This commit is contained in:
parent
4ca19de083
commit
622eeed1a2
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue