aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-19 21:48:49 -0400
committerlempamo <[email protected]>2017-07-19 21:48:49 -0400
commit83783ac518d42dacea392888e09f531f81003cbf (patch)
treecbfe7ec12a3f4ff6666a1c9cec4a9d840a7f21ab
parent608bf336dbb035c4e78ab448f8a4c96ec80146ce (diff)
downloadhistacom2-83783ac518d42dacea392888e09f531f81003cbf.tar.gz
histacom2-83783ac518d42dacea392888e09f531f81003cbf.tar.bz2
histacom2-83783ac518d42dacea392888e09f531f81003cbf.zip
fixed std
-rw-r--r--TimeHACK.Main/OS/Win95/Win95.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs
index 3c44b54..6b891ad 100644
--- a/TimeHACK.Main/OS/Win95/Win95.cs
+++ b/TimeHACK.Main/OS/Win95/Win95.cs
@@ -389,13 +389,6 @@ namespace TimeHACK.OS.Win95
private void temp_for_std(object sender, EventArgs e)
{
- System.Threading.Thread thread = new System.Threading.Thread(StartSurviveTheDay);
-
- thread.Start();
- }
-
- void StartSurviveTheDay()
- {
Win2K.Win2KApps.SurviveTheDay std = new Win2K.Win2KApps.SurviveTheDay();
WinClassic app = wm.StartWin95(std, "Survive The Day", null, false, false);
AddTaskBarItem(app, app.Tag.ToString(), "Survive The Day", null);