Skip to content

Commit 2f20c7b

Browse files
committed
Cleanup pass.
1 parent aa6a0f7 commit 2f20c7b

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

Source/TextAsset/Private/TextAsset.cpp

Lines changed: 0 additions & 8 deletions
This file was deleted.

Source/TextAssetEditor/Private/TextAssetEditorPrivatePCH.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include "SlateStyle.h"
1414
#include "EditorStyle.h"
1515
#include "ModuleManager.h"
16-
#include "WorkspaceMenuStructureModule.h"
1716
#include "TextAsset.h"
1817
#include "Toolkits/AssetEditorToolkit.h"
1918
#include "Toolkits/IToolkit.h"

Source/TextAssetEditor/TextAssetEditor.Build.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,15 @@ public TextAssetEditor(TargetInfo Target)
1010
new string[] {
1111
"AssetTools",
1212
"MainFrame",
13-
"WorkspaceMenuStructure",
13+
// "WorkspaceMenuStructure",
1414
}
1515
);
1616

1717
PrivateIncludePaths.AddRange(
1818
new string[] {
1919
"TextAssetEditor/Private",
2020
"TextAssetEditor/Private/AssetTools",
21-
"TextAssetEditor/Private/Customizations",
2221
"TextAssetEditor/Private/Factories",
23-
"TextAssetEditor/Private/Models",
2422
"TextAssetEditor/Private/Styles",
2523
"TextAssetEditor/Private/Widgets",
2624
}
@@ -47,7 +45,7 @@ public TextAssetEditor(TargetInfo Target)
4745
new string[] {
4846
"AssetTools",
4947
"UnrealEd",
50-
"WorkspaceMenuStructure",
48+
// "WorkspaceMenuStructure",
5149
}
5250
);
5351
}

0 commit comments

Comments
 (0)