Remove Beta nag message

This commit is contained in:
Anton Kasyanov
2019-06-10 21:15:36 +03:00
parent 4b0b0c465d
commit 0199f9f4a6

View File

@@ -19,14 +19,6 @@ namespace EveOPreview
[STAThread]
static void Main()
{
#if DEBUG
var expirationDate = new DateTime(2019, 5, 15);
if (DateTime.Today >= expirationDate)
{
MessageBox.Show(@"This Beta version is expired. Please download a new build at https://github.com/Phrynohyas/eve-o-preview/releases", @"EVE-O Preview", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
}
#endif
// The very usual Mutex-based single-instance screening
// 'token' variable is used to store reference to the instance Mutex
// during the app lifetime