Tastudio - cleanup

This commit is contained in:
adelikat 2019-12-03 18:44:01 -06:00
parent 16c525258f
commit b230502228
1 changed files with 2 additions and 8 deletions

View File

@ -574,14 +574,8 @@ namespace BizHawk.Client.EmuHawk
GoToFrame(CurrentTasMovie.Session.CurrentFrame);
}
//if (TasView.AllColumns.Count == 0 || file.Extension != $".{TasMovie.Extension}")
//{
SetUpColumns();
//}
//else
//{
SetUpToolStripColumns();
//}
SetUpColumns();
SetUpToolStripColumns();
CurrentTasMovie.PropertyChanged += TasMovie_OnPropertyChanged;
CurrentTasMovie.CurrentBranch = CurrentTasMovie.Session.CurrentBranch;