Skip to content

Commit

Permalink
Path Config - clean up interim vs release logic
Browse files Browse the repository at this point in the history
  • Loading branch information
adelikat committed Oct 7, 2012
1 parent cdc9459 commit c6165b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions BizHawk.MultiClient/config/PathConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,10 @@ private void PathConfig_Load(object sender, EventArgs e)

if (!Global.MainForm.INTERIM)
{
var TABPage1 = tabControl1.TabPages[8]; //Hide Atari
var TABPage1 = tabControl1.TabPages[10]; //Hide Int. V
tabControl1.Controls.Remove(TABPage1);

var TABPage2 = tabControl1.TabPages[9]; //Hide Atari
tabControl1.Controls.Remove(TABPage2);
}
}

Expand Down

0 comments on commit c6165b8

Please sign in to comment.