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
path: root/Apps
diff options
context:
space:
mode:
authorJonathan Dowland <jon+github@alcopop.org>2017-03-20 16:29:03 +0300
committerGitHub <noreply@github.com>2017-03-20 16:29:03 +0300
commit14c993b44d9cbdc51b9938a945fce96e5ebd8094 (patch)
tree86d5cd443d158e5995366049e5f2a94733a1410a /Apps
parent528b20702d525ce2da1ca8391fc45ae77338722e (diff)
Remove duplicate ApplicationTypes
".sms" was repeated (total two occurences) in this list
Diffstat (limited to 'Apps')
-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"},