Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: remove some garbage infomation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Jan 22, 2023
1 parent 591b08a commit efe7f8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions RotationSolver/RotationSolver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@

<EmbeddedResource Include="Localization\*.json" Exclude="Localization\Localization.json" />

<Compile Remove="Windows\RotationConfigWindow\**" />

<EmbeddedResource Remove="Windows\RotationConfigWindow\**" />

<None Remove="Windows\RotationConfigWindow\**" />

<Reference Include="Dalamud">
<HintPath>$(DalamudLibPath)Dalamud.dll</HintPath>
<Private>False</Private>
Expand Down
3 changes: 0 additions & 3 deletions RotationSolver/Windows/RotationConfigWindow_Debug.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ private unsafe void DrawDebugTab()

if (ImGui.CollapsingHeader("Target Data"))
{
var count = TargetUpdater.AllTargets?.Count() ?? 0;
ImGui.Text(count.ToString());

if (Service.TargetManager.Target is BattleChara b)
{
ImGui.Text("Is Boss: " + b.IsBoss().ToString());
Expand Down

0 comments on commit efe7f8d

Please sign in to comment.