There was an error while loading. Please reload this page.
1 parent f176d5b commit c4e91b7Copy full SHA for c4e91b7
1 file changed
gdk/src/rgba.rs
@@ -72,7 +72,6 @@ impl RGBA {
72
blue: 0f64,
73
alpha: 1f64,
74
},
75
- phantom: std::marker::PhantomData,
76
};
77
78
pub const BLUE: RGBA = RGBA {
@@ -82,7 +81,6 @@ impl RGBA {
82
81
blue: 1f64,
83
84
85
86
87
88
pub const GREEN: RGBA = RGBA {
@@ -92,7 +90,6 @@ impl RGBA {
92
90
93
91
94
95
96
97
98
pub const RED: RGBA = RGBA {
@@ -102,7 +99,6 @@ impl RGBA {
102
99
103
100
104
101
105
106
107
108
pub const WHITE: RGBA = RGBA {
@@ -112,7 +108,6 @@ impl RGBA {
112
113
109
114
110
115
116
111
117
}
118
0 commit comments