aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Updater.exe/Program.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-16 08:06:17 -0400
committerMichael <[email protected]>2017-04-16 08:06:17 -0400
commit664645986d11ec314047dcb58ea1a293d829eaca (patch)
tree8c01ed68ad822c76a27b3aba518ed95ac1362724 /ShiftOS.Updater.exe/Program.cs
parent1db8c4a00d102c5a184f9e4da29e3051a67a756b (diff)
downloadshiftos_thereturn-664645986d11ec314047dcb58ea1a293d829eaca.tar.gz
shiftos_thereturn-664645986d11ec314047dcb58ea1a293d829eaca.tar.bz2
shiftos_thereturn-664645986d11ec314047dcb58ea1a293d829eaca.zip
Document the Appearance Manager
Also removed obsolete/unused code.
Diffstat (limited to 'ShiftOS.Updater.exe/Program.cs')
-rw-r--r--ShiftOS.Updater.exe/Program.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/ShiftOS.Updater.exe/Program.cs b/ShiftOS.Updater.exe/Program.cs
deleted file mode 100644
index aa87901..0000000
--- a/ShiftOS.Updater.exe/Program.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace ShiftOS.Updater.exe
-{
- class Program
- {
- static void Main(string[] args)
- {
- }
- }
-}