Skip to content

Commit 987c1dc

Browse files
bstudtmaCopilot
andauthored
Update src/SimConnect.NET/SimVar/SimVarManager.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 62742b5 commit 987c1dc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/SimConnect.NET/SimVar/SimVarManager.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,6 @@ private async Task<T> GetAsyncCore<T>(uint definitionId, uint objectId, Cancella
663663
}
664664
}
665665

666-
// Descriptor-based StartRequest overload removed; single path handles both scalars and structs.
667666
private async Task SetWithDefinitionAsync<T>(SimVarDefinition definition, T value, uint objectId, CancellationToken cancellationToken)
668667
{
669668
var definitionId = this.EnsureDataDefinition(definition, cancellationToken);

0 commit comments

Comments
 (0)