aboutsummaryrefslogtreecommitdiff
path: root/Super Polarity/Program.cs
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2014-02-03 10:06:44 -0600
committerBen Beltran <ben@nsovocal.com>2014-02-03 10:06:44 -0600
commit4fc09567c557a1110180940cca40fd7144921026 (patch)
tree5fb7b0b787b739a3f4a2785651c69219a8318ab0 /Super Polarity/Program.cs
parent0cafec445af0a97d96feb1a1daefa1486142c73f (diff)
Removes spaces.
Diffstat (limited to 'Super Polarity/Program.cs')
-rw-r--r--Super Polarity/Program.cs26
1 files changed, 0 insertions, 26 deletions
diff --git a/Super Polarity/Program.cs b/Super Polarity/Program.cs
deleted file mode 100644
index 6c3f614..0000000
--- a/Super Polarity/Program.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-#region Using Statements
-using System;
-using System.Collections.Generic;
-using System.Linq;
-#endregion
-
-namespace SuperPolarity
-{
-#if WINDOWS || LINUX
- /// <summary>
- /// The main class.
- /// </summary>
- public static class Program
- {
- /// <summary>
- /// The main entry point for the application.
- /// </summary>
- [STAThread]
- static void Main()
- {
- using (var superPolarity = new SuperPolarity())
- superPolarity.Run();
- }
- }
-#endif
-}