Skip to content

Commit dc77b08

Browse files
Remove empty constructor.
1 parent 52bec30 commit dc77b08

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Disunity/Disunity.Editor/EditorSelector.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ explains how to use it.
3030
3131
";
3232

33-
public EditorSelector() {
34-
35-
}
36-
3733
public void AddEditor(BaseEditor editor) {
3834
_editors.Add(editor);
3935
}

0 commit comments

Comments
 (0)