Remove empty file

This commit is contained in:
2014-12-05 14:16:07 -05:00
parent ec102936ef
commit 1f8d69867d
2 changed files with 0 additions and 11 deletions

View File

@@ -261,7 +261,6 @@
<Compile Include="SplashWindow.xaml.cs">
<DependentUpon>SplashWindow.xaml</DependentUpon>
</Compile>
<Compile Include="VersionCheck.cs" />
<Page Include="FeedErrorWindow.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>

View File

@@ -1,10 +0,0 @@
using Common.Update;
using FeedCenter.Properties;
using System.Windows;
namespace FeedCenter
{
internal static class VersionCheck
{
}
}