remove an unused MovieConvert that somehow has survived this whole time
This commit is contained in:
parent
aa9bfa8e99
commit
360ff31a54
|
@ -503,7 +503,6 @@
|
|||
<Compile Include="tools\N64\N64VideoPluginconfig.Designer.cs">
|
||||
<DependentUpon>N64VideoPluginconfig.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="tools\NES\MovieConvert.cs" />
|
||||
<Compile Include="tools\NES\NameTableViewer.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
|
|
|
@ -1,40 +0,0 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace BizHawk.MultiClient.movie
|
||||
{
|
||||
public static class MovieConvert
|
||||
{
|
||||
public static void ConvertFCM(string path)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public static void ConvertMMV(string path)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public static void ConvertMCM(string path)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public static void ConvertSMV(string path)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public static void ConvertGMV(string path)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public static void ConvertVBM(string path)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue