Skip to content

Commit dabe808

Browse files
author
rdeioris
committed
fixed compilation for 4.14
1 parent bbb6278 commit dabe808

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Source/UnrealEnginePython/Private/Slate/UEPySlate.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ class FPythonSlateCommands : public TCommands<FPythonSlateCommands>
131131

132132
FLevelEditorModule& LevelEditorModule = FModuleManager::LoadModuleChecked<FLevelEditorModule>("LevelEditor");
133133
LevelEditorModule.GetMenuExtensibilityManager()->AddExtender(extender);
134-
135-
CommandsChanged.Broadcast(*this);
136134
}
137135

138136
void Callback() {

0 commit comments

Comments
 (0)