Skip to content

Commit c970d6d

Browse files
committed
remove editor component depencencies
Signed-off-by: Wojciech Czerski <[email protected]>
1 parent c1abc2d commit c970d6d

File tree

3 files changed

+0
-23
lines changed

3 files changed

+0
-23
lines changed

Gems/FPSProfiler/Code/Source/FPSProfilerModuleInterface.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,4 @@ namespace FPSProfiler
2424
FPSProfilerComponent::CreateDescriptor(),
2525
});
2626
}
27-
28-
AZ::ComponentTypeList FPSProfilerModuleInterface::GetRequiredSystemComponents() const
29-
{
30-
return AZ::ComponentTypeList{
31-
azrtti_typeid<FPSProfilerComponent>(),
32-
};
33-
}
3427
} // namespace FPSProfiler

Gems/FPSProfiler/Code/Source/FPSProfilerModuleInterface.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,5 @@ namespace FPSProfiler
1414
AZ_CLASS_ALLOCATOR_DECL
1515

1616
FPSProfilerModuleInterface();
17-
18-
/**
19-
* Add required SystemComponents to the SystemEntity.
20-
*/
21-
AZ::ComponentTypeList GetRequiredSystemComponents() const override;
2217
};
2318
} // namespace FPSProfiler

Gems/FPSProfiler/Code/Source/Tools/FPSProfilerEditorModule.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,6 @@ namespace FPSProfiler
2323
FPSProfilerComponent::CreateDescriptor(),
2424
});
2525
}
26-
27-
/**
28-
* Add required SystemComponents to the SystemEntity.
29-
* Non-SystemComponents should not be added here
30-
*/
31-
AZ::ComponentTypeList GetRequiredSystemComponents() const override
32-
{
33-
return AZ::ComponentTypeList{
34-
azrtti_typeid<FPSProfilerComponent>(),
35-
};
36-
}
3726
};
3827
} // namespace FPSProfiler
3928

0 commit comments

Comments
 (0)