From 32f80282a02f6d00a124432a0d5fc7e7a717bd2e Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Wed, 21 Sep 2022 15:16:34 -0700 Subject: [PATCH] clean up Video.cs --- src/Video/Video.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Video/Video.cs b/src/Video/Video.cs index 204fb58..592da2b 100644 --- a/src/Video/Video.cs +++ b/src/Video/Video.cs @@ -1,9 +1,6 @@ /* Heavily based on https://github.com/FNA-XNA/FNA/blob/master/src/Media/Xiph/VideoPlayer.cs */ using System; -using System.Diagnostics; using System.Runtime.InteropServices; -using MoonWorks.Audio; -using MoonWorks.Graphics; namespace MoonWorks.Video { @@ -32,7 +29,6 @@ namespace MoonWorks.Video private bool disposed; - /* TODO: is there some way for us to load the data into memory? */ public Video(string filename) { if (!System.IO.File.Exists(filename))