[profiler_capture_api] removed now unnecessary ProfilerRequests EBus alias after AZ::Interface conversion

Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com>
This commit is contained in:
AMZN-ScottR
2021-10-28 14:18:04 -07:00
parent eb713fb3a8
commit 90509c7fa2
3 changed files with 2 additions and 19 deletions
@@ -18,7 +18,7 @@ namespace Profiler
{
class ProfilerSystemComponent
: public AZ::Component
, protected AZ::Debug::ProfilerRequestBus::Handler
, protected AZ::Debug::ProfilerRequests
{
public:
AZ_COMPONENT(ProfilerSystemComponent, "{3f52c1d7-d920-4781-8ed7-88077ec4f305}");
@@ -38,7 +38,7 @@ namespace Profiler
void Activate() override;
void Deactivate() override;
// ProfilerRequestBus interface implementation
// ProfilerRequests interface implementation
bool IsActive() const override;
void SetActive(bool active) override;
bool CaptureFrame(const AZStd::string& outputFilePath) override;