chore: fix some warnings, cleanup

This commit is contained in:
goat 2022-04-25 20:04:17 +02:00
parent 9a38a9470c
commit 96ed22534c
No known key found for this signature in database
GPG key ID: 7773BB5B43BA52E5
49 changed files with 413 additions and 440 deletions

View file

@ -1,7 +1,5 @@
using System;
using Dalamud.Game.Internal;
namespace Dalamud.Game.Gui
{
/// <summary>

View file

@ -1,6 +1,4 @@
using Dalamud.Game.Text.SeStringHandling;
namespace Dalamud.Game.Gui.ContextMenus
namespace Dalamud.Game.Gui.ContextMenus
{
/// <summary>
/// Provides game object context to a context menu.

View file

@ -1,5 +1,4 @@
using System;
using System.Runtime.InteropServices;
namespace Dalamud.Game.Gui
{

View file

@ -1,5 +1,3 @@
using System;
using Dalamud.Data;
using Lumina.Excel.GeneratedSheets;