remove unused code
This commit is contained in:
parent
6a88263c37
commit
71e64ea1ff
@ -9,8 +9,6 @@ namespace UniversalEditor.UserInterface
|
||||
{
|
||||
public interface IHostApplicationWindow
|
||||
{
|
||||
event EventHandler WindowClosed;
|
||||
|
||||
Document NewFile();
|
||||
void NewProject(bool combineObjects = false);
|
||||
|
||||
|
||||
@ -731,9 +731,6 @@ namespace UniversalEditor.UserInterface
|
||||
|
||||
private void InitStartPage()
|
||||
{
|
||||
// StartPageDialog dlg = new StartPageDialog();
|
||||
// dlg.ShowDialog();
|
||||
|
||||
StartPagePanel lblStartPage = new StartPagePanel();
|
||||
InitDocTab("Start Page", "Start Page", lblStartPage);
|
||||
}
|
||||
@ -761,6 +758,7 @@ namespace UniversalEditor.UserInterface
|
||||
MBS.Framework.UserInterface.Application.Stop();
|
||||
}
|
||||
}
|
||||
|
||||
protected override void OnCreated(EventArgs e)
|
||||
{
|
||||
this.RegisterDropTarget(new DragDropTarget[]
|
||||
@ -1396,8 +1394,6 @@ namespace UniversalEditor.UserInterface
|
||||
}
|
||||
}
|
||||
|
||||
public event EventHandler WindowClosed;
|
||||
|
||||
public bool FullScreen { get; set; }
|
||||
|
||||
private SolutionObjectModel _CurrentSolution = null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user