Removes WinWidgetId from Code/Editor
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -19,8 +19,6 @@
|
||||
#include "Util/UndoUtil.h"
|
||||
#include <CryVersion.h>
|
||||
|
||||
#include <WinWidgetId.h>
|
||||
|
||||
#include <AzCore/Component/EntityId.h>
|
||||
#include <AzCore/Debug/Budget.h>
|
||||
|
||||
|
||||
@@ -1,20 +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
|
||||
|
||||
enum class WinWidgetId
|
||||
{
|
||||
NONE = 0,
|
||||
ACTIVE_DEPLOYMENT,
|
||||
PROFILE_SELECTOR,
|
||||
ADD_PROFILE,
|
||||
INITIALIZE_PROJECT,
|
||||
// ALL VALIDS ABOVE HERE
|
||||
NUM_WIN_WIDGET_IDS
|
||||
};
|
||||
@@ -64,7 +64,6 @@ set(FILES
|
||||
Undo/IUndoObject.h
|
||||
Undo/Undo.h
|
||||
Undo/UndoVariableChange.h
|
||||
WinWidgetId.h
|
||||
QtUI/ColorButton.cpp
|
||||
QtUI/ColorButton.h
|
||||
QtUtil.h
|
||||
|
||||
Reference in New Issue
Block a user