Removes WidgetBus.h from Gems/ScriptCanvas
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user