Skip to content

Commit 6130627

Browse files
committed
Remove old comments
1 parent f506b13 commit 6130627

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

Sources/SettingEnvironment.swift

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -71,32 +71,3 @@ public extension EnvironmentValues {
7171
set { self[SecondaryBackgroundColorKey.self] = newValue }
7272
}
7373
}
74-
75-
// var settingPrimaryColor: Color {
76-
// get { self[PrimaryColorKey.self] }
77-
// set { self[PrimaryColorKey.self] = newValue }
78-
// }
79-
//
80-
///// For secondary labels.
81-
// var settingSecondaryColor: Color {
82-
// get { self[SecondaryColorKey.self] }
83-
// set { self[SecondaryColorKey.self] = newValue }
84-
// }
85-
//
86-
///// For buttons.
87-
// var settingAccentColor: Color {
88-
// get { self[AccentColorKey.self] }
89-
// set { self[AccentColorKey.self] = newValue }
90-
// }
91-
//
92-
///// For outer views.
93-
// var settingSecondaryBackgroundColor: Color {
94-
// get { self[SecondaryBackgroundColorKey.self] }
95-
// set { self[SecondaryBackgroundColorKey.self] = newValue }
96-
// }
97-
//
98-
///// For inner views.
99-
// var settingBackgroundColor: Color {
100-
// get { self[BackgroundColorKey.self] }
101-
// set { self[BackgroundColorKey.self] = newValue }
102-
// }

0 commit comments

Comments
 (0)