Skip to content

Commit 536600b

Browse files
committed
Update OpenAttributeGraph dependency
OpenSwiftUIProject/OpenAttributeGraph#176
1 parent 981db13 commit 536600b

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/OpenSwiftUICore/Util/AttributeGraphAdditions.swift

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,6 @@
77

88
package import OpenAttributeGraphShims
99

10-
extension Subgraph {
11-
package func removeObserver(_ id: Int) {
12-
// TODO
13-
_openSwiftUIUnimplementedWarning()
14-
}
15-
}
16-
17-
extension AnyAttribute {
18-
package var subgraph2: Subgraph? {
19-
// TODO
20-
_openSwiftUIUnimplementedWarning()
21-
return subgraph
22-
}
23-
}
24-
2510
// MARK: - Defaultable [6.5.4]
2611

2712
package protocol Defaultable {

0 commit comments

Comments
 (0)