diff --git a/Dalamud/Utility/Util.cs b/Dalamud/Utility/Util.cs
index e37afb765..15327a66c 100644
--- a/Dalamud/Utility/Util.cs
+++ b/Dalamud/Utility/Util.cs
@@ -162,29 +162,7 @@ public static class Util
}
///
- /// Gets the amount of commits in the current branch, or null if undetermined.
- ///
- /// The amount of commits in the current branch.
- [Obsolete($"Planned for removal in API 11. Use {nameof(GetScmVersion)} for version tracking.")]
- public static int? GetGitCommitCount()
- {
- if (gitCommitCountInternal != null)
- return gitCommitCountInternal.Value;
-
- var asm = typeof(Util).Assembly;
- var attrs = asm.GetCustomAttributes();
-
- var value = attrs.First(a => a.Key == "GitCommitCount").Value;
- if (value == null)
- return null;
-
- gitCommitCountInternal = int.Parse(value);
- return gitCommitCountInternal.Value;
- }
-
- ///
- /// Gets the git hash value from the assembly
- /// or null if it cannot be found.
+ /// Gets the git hash value from the assembly or null if it cannot be found.
///
/// The git hash of the assembly.
public static string? GetGitHashClientStructs()
diff --git a/lib/FFXIVClientStructs b/lib/FFXIVClientStructs
index 039aae133..78c39ef13 160000
--- a/lib/FFXIVClientStructs
+++ b/lib/FFXIVClientStructs
@@ -1 +1 @@
-Subproject commit 039aae133cc8bed940e85d7bb02e40d3ad6b3435
+Subproject commit 78c39ef1318525d766cdf31fd9a32e6f1c7cb453