chore: remove unused constants

This commit is contained in:
Anna 2021-11-09 17:59:24 -05:00
parent f9db679957
commit 916c5964c6
2 changed files with 0 additions and 3 deletions

View File

@ -14,8 +14,6 @@ namespace XivCommon.Functions {
internal const string OpenRoulette = "E9 ?? ?? ?? ?? 8B 93 ?? ?? ?? ?? 48 83 C4 20";
}
private const uint ContentsFinderAgentId = 50;
private delegate IntPtr OpenDutyDelegate(IntPtr agent, uint contentFinderCondition, byte a3);
private delegate IntPtr OpenRouletteDelegate(IntPtr agent, byte roulette, byte a3);

View File

@ -8,7 +8,6 @@ namespace XivCommon.Functions.FriendList {
/// </summary>
public class FriendList {
// Updated: 5.58-HF1
private const uint FriendListAgentId = 54;
private const int InfoOffset = 0x28;
private const int LengthOffset = 0x10;
private const int ListOffset = 0x98;