Skip to content

Commit 9342331

Browse files
authored
Removed TerminalVelocity usages from IDL (#5107)
Signed-off-by: godlytalias <[email protected]>
1 parent 7d9c537 commit 9342331

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev/BackgroundTask/BackgroundTaskBuilder/BackgroundTaskBuilder.idl

-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
// Copyright (c) Microsoft Corporation and Contributors.
22
// Licensed under the MIT License.
3-
#include <TerminalVelocityFeatures-BackgroundTask.h>
43

54
namespace Microsoft.Windows.ApplicationModel.Background
65
{
76
[contractversion(1)]
87
apicontract BackgroundTaskContract{};
98

109
[contract(BackgroundTaskContract, 1)]
11-
[feature(Feature_BackgroundTask)]
1210
runtimeclass BackgroundTaskBuilder
1311
{
1412
BackgroundTaskBuilder();

0 commit comments

Comments
 (0)