aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win98
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-08-01 14:10:19 -0400
committerlempamo <[email protected]>2017-08-01 14:10:19 -0400
commit9a68e5ed46f76d4ddda94c234a65a757797bdae9 (patch)
tree09a54eb94023fdf69263acf55fbd6b968bddacec /TimeHACK.Main/OS/Win98
parentc0fd6c4d1b176d44f05d2f20c4d4439f3278f632 (diff)
downloadhistacom2-9a68e5ed46f76d4ddda94c234a65a757797bdae9.tar.gz
histacom2-9a68e5ed46f76d4ddda94c234a65a757797bdae9.tar.bz2
histacom2-9a68e5ed46f76d4ddda94c234a65a757797bdae9.zip
Replaced IE4
Diffstat (limited to 'TimeHACK.Main/OS/Win98')
-rw-r--r--TimeHACK.Main/OS/Win98/Win98.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/TimeHACK.Main/OS/Win98/Win98.cs b/TimeHACK.Main/OS/Win98/Win98.cs
index 117f447..422d688 100644
--- a/TimeHACK.Main/OS/Win98/Win98.cs
+++ b/TimeHACK.Main/OS/Win98/Win98.cs
@@ -476,13 +476,6 @@ namespace TimeHACK.OS.Win98
startmenu.Hide();
}
- private void iE4TestToolStripMenuItem_Click(object sender, EventArgs e)
- {
- WinClassic app = wm.StartWin95(new TempIE4(), "IE4", null, true, true);
- app.BringToFront();
- startmenu.Hide();
- }
-
private void CalculatorToolStripMenuItem_Click(object sender, EventArgs e)
{
WinClassic app = wm.StartWin95(new WinClassicCalculator(), "Calculator", Properties.Resources.WinClassicCalc, false, false);