{lyn7298} removing PythonBuilderRequestBus from PythonAssetBuilder (#6115)

* {lyn7298} removing PythonBuilderRequestBus from PythonAssetBuilder

* PythonBuilderRequestBus is a depreciated event bus
* removing the unsupported API

Signed-off-by: Allen Jackson <23512001+jackalbe@users.noreply.github.com>

* removing the PythonBuilderRequestBus_Behavior_Exists test

Signed-off-by: Allen Jackson <23512001+jackalbe@users.noreply.github.com>
This commit is contained in:
Allen Jackson
2021-12-03 11:21:33 -06:00
committed by GitHub
parent 75c015b67e
commit 8186c268e3
7 changed files with 0 additions and 238 deletions
@@ -9,7 +9,6 @@
set(FILES
Include/PythonAssetBuilder/PythonAssetBuilderBus.h
Include/PythonAssetBuilder/PythonBuilderNotificationBus.h
Include/PythonAssetBuilder/PythonBuilderRequestBus.h
Source/PythonAssetBuilderSystemComponent.cpp
Source/PythonAssetBuilderSystemComponent.h
Source/PythonBuilderMessageSink.cpp