You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Removed source control icon from top-right of MainFrame.
#codereview Matt.Kuhlenschmidt [CL 2411057 by Richard TalbotWatkin in Main branch]
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
#include "Runtime/Core/Public/Features/IModularFeatures.h"
|
||||
#include "Developer/MessageLog/Public/MessageLogModule.h"
|
||||
#include "SSourceControlLogin.h"
|
||||
#include "SSourceControlStatus.h"
|
||||
|
||||
#if WITH_EDITOR
|
||||
#include "Runtime/Engine/Public/EngineAnalytics.h"
|
||||
@@ -164,16 +163,6 @@ void FSourceControlModule::ShowLoginDialog(const FSourceControlLoginClosed& InOn
|
||||
#endif // SOURCE_CONTROL_WITH_SLATE
|
||||
}
|
||||
|
||||
TSharedPtr<class SWidget> FSourceControlModule::CreateStatusWidget() const
|
||||
{
|
||||
#if SOURCE_CONTROL_WITH_SLATE
|
||||
return SNew(SSourceControlStatus);
|
||||
#else
|
||||
STUBBED("FSourceControlModule::CreateStatusWidget - no Slate");
|
||||
return nullptr;
|
||||
#endif // SOURCE_CONTROL_WITH_SLATE
|
||||
}
|
||||
|
||||
void FSourceControlModule::OnSourceControlDialogClosed(const TSharedRef<SWindow>& InWindow)
|
||||
{
|
||||
SourceControlLoginWindowPtr = NULL;
|
||||
|
||||
Reference in New Issue
Block a user