about summary refs log tree commit diff
path: root/src/view/com/util/post-embeds/VideoPlayerContext.web.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/com/util/post-embeds/VideoPlayerContext.web.tsx')
-rw-r--r--src/view/com/util/post-embeds/VideoPlayerContext.web.tsx9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/view/com/util/post-embeds/VideoPlayerContext.web.tsx b/src/view/com/util/post-embeds/VideoPlayerContext.web.tsx
deleted file mode 100644
index 329fb1206..000000000
--- a/src/view/com/util/post-embeds/VideoPlayerContext.web.tsx
+++ /dev/null
@@ -1,9 +0,0 @@
-import React from 'react'
-
-export function VideoPlayerProvider({children}: {children: React.ReactNode}) {
-  return children
-}
-
-export function useVideoPlayer() {
-  throw new Error('useVideoPlayer must not be used on web')
-}