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:
Richard TalbotWatkin
2015-01-19 12:52:01 -05:00
parent 552ab7a3cd
commit b047ebfd79
7 changed files with 0 additions and 187 deletions

View File

@@ -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;