Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Commit 707ac92

Browse files
committed
removed show window for now
1 parent fb9adc2 commit 707ac92

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

Assets/MultiTagSystem/Editor/MultiTagBuilder.cs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,6 @@ public class MultiTagBuilder : EditorWindow
1010
private const string Location = "MultiTagSystem";
1111
private const string ClassName = "Tags";
1212

13-
[MenuItem("MultiTag/ShowWindow")]
14-
private static void ShowWindow()
15-
{
16-
GetWindow<MultiTagBuilder>("MultiTagBuilder");
17-
}
18-
19-
private void OnGUI()
20-
{
21-
GUILayout.Label("Base Settings", EditorStyles.boldLabel);
22-
}
23-
2413
[MenuItem("MultiTag/Rebuild Tags")]
2514
[ExecuteInEditMode]
2615
private static void BuildTags()

0 commit comments

Comments
 (0)