From 1f8d69867d8138fa21fb032c60eb5e537a641d3e Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Fri, 5 Dec 2014 14:16:07 -0500 Subject: [PATCH] Remove empty file --- Application/FeedCenter.csproj | 1 - Application/VersionCheck.cs | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100644 Application/VersionCheck.cs diff --git a/Application/FeedCenter.csproj b/Application/FeedCenter.csproj index 45eec01..50b862f 100644 --- a/Application/FeedCenter.csproj +++ b/Application/FeedCenter.csproj @@ -261,7 +261,6 @@ SplashWindow.xaml - Designer MSBuild:Compile diff --git a/Application/VersionCheck.cs b/Application/VersionCheck.cs deleted file mode 100644 index 7651deb..0000000 --- a/Application/VersionCheck.cs +++ /dev/null @@ -1,10 +0,0 @@ -using Common.Update; -using FeedCenter.Properties; -using System.Windows; - -namespace FeedCenter -{ - internal static class VersionCheck - { - } -}