Removed unused IViewPane Editor class

Signed-off-by: Chris Galvan <chgalvan@amazon.com>
This commit is contained in:
Chris Galvan
2022-01-24 13:08:41 -06:00
parent 04e515ee85
commit f3daeba165
23 changed files with 0 additions and 196 deletions
@@ -63,7 +63,6 @@ CAudioControlsEditorPlugin::~CAudioControlsEditorPlugin()
//-----------------------------------------------------------------------------------------------//
void CAudioControlsEditorPlugin::Release()
{
UnregisterQtViewPane<CAudioControlsEditorWindow>();
// clear connections before releasing the implementation since they hold pointers to data
// instantiated from the implementation dll.
CUndoSuspend suspendUndo;
@@ -198,15 +197,3 @@ CImplementationManager* CAudioControlsEditorPlugin::GetImplementationManager()
{
return &ms_implementationManager;
}
//-----------------------------------------------------------------------------------------------//
template<>
REFGUID CQtViewClass<AudioControls::CAudioControlsEditorWindow>::GetClassID()
{
// {82AD1635-38A6-4642-A801-EAB7A829411B}
static const GUID guid =
{
0x82AD1635, 0x38A6, 0x4642, { 0xA8, 0x01, 0xEA, 0xB7, 0xA8, 0x29, 0x41, 0x1B }
};
return guid;
}