Skip to content

Commit

Permalink
Drop XFRACT path in find_special_colors.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Dec 31, 2024
1 parent b17a755 commit 9c9b954
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libid/find_special_colors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ void find_special_colors()
return;
}

#ifdef XFRACT
if (!(g_got_real_dac || g_fake_lut))
#else
if (!g_got_real_dac)
#endif
{
return;
}
Expand Down

0 comments on commit 9c9b954

Please sign in to comment.