Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Apps/AppTypeCollection.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/Apps/AppTypeCollection.cs b/Apps/AppTypeCollection.cs
index e1131aed..79061fa3 100644
--- a/Apps/AppTypeCollection.cs
+++ b/Apps/AppTypeCollection.cs
@@ -64,14 +64,6 @@ namespace com.clusterrr.hakchi_gui
},
new AppInfo
{
- Class = typeof(SmsGame),
- Extensions = new string[] { ".sms" },
- DefaultApps = new string[] {"/bin/sms"},
- Prefix = 'M',
- DefaultCover = Resources.blank_sms
- },
- new AppInfo
- {
Class = typeof(GenesisGame),
Extensions = new string[] { ".gen", ".md", ".smd" },
DefaultApps = new string[] {"/bin/md"},