Removes WidgetBus.h from Gems/ScriptCanvas

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2022-01-05 19:34:17 -08:00
parent 3db71950e8
commit 4015ffd073
2 changed files with 0 additions and 26 deletions
@@ -1,25 +0,0 @@
/*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#pragma once
#include <AzCore/Math/Uuid.h>
#include <AzCore/EBus/EBus.h>
namespace ScriptCanvasEditor
{
class WidgetNotification : public AZ::EBusTraits
{
public:
virtual void OnLibrarySelected(const AZ::Uuid& library) = 0;
};
using WidgetNotificationBus = AZ::EBus<WidgetNotification>;
}
@@ -161,7 +161,6 @@ set(FILES
Editor/View/Widgets/ScriptCanvasNodePaletteToolbar.ui
Editor/View/Widgets/SourceHandlePropertyAssetCtrl.h
Editor/View/Widgets/SourceHandlePropertyAssetCtrl.cpp
Editor/View/Widgets/WidgetBus.h
Editor/View/Widgets/DataTypePalette/DataTypePaletteModel.cpp
Editor/View/Widgets/DataTypePalette/DataTypePaletteModel.h
Editor/View/Widgets/NodePalette/CreateNodeMimeEvent.cpp