Removes WinWidgetId from Code/Editor

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-11-19 16:33:19 -08:00
parent 3d1b30deda
commit cc79647654
3 changed files with 0 additions and 23 deletions
-2
View File
@@ -19,8 +19,6 @@
#include "Util/UndoUtil.h"
#include <CryVersion.h>
#include <WinWidgetId.h>
#include <AzCore/Component/EntityId.h>
#include <AzCore/Debug/Budget.h>
-20
View File
@@ -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
};
-1
View File
@@ -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