@@ -198,18 +198,6 @@ impl FontDescription {
198198 }
199199 }
200200
201- #[ cfg( feature = "v1_56" ) ]
202- #[ cfg_attr( docsrs, doc( cfg( feature = "v1_56" ) ) ) ]
203- #[ doc( alias = "pango_font_description_set_features_static" ) ]
204- pub fn set_features_static ( & mut self , features : & str ) {
205- unsafe {
206- ffi:: pango_font_description_set_features_static (
207- self . to_glib_none_mut ( ) . 0 ,
208- features. to_glib_none ( ) . 0 ,
209- ) ;
210- }
211- }
212-
213201 #[ doc( alias = "pango_font_description_set_gravity" ) ]
214202 pub fn set_gravity ( & mut self , gravity : Gravity ) {
215203 unsafe {
@@ -257,18 +245,6 @@ impl FontDescription {
257245 }
258246 }
259247
260- #[ cfg( feature = "v1_42" ) ]
261- #[ cfg_attr( docsrs, doc( cfg( feature = "v1_42" ) ) ) ]
262- #[ doc( alias = "pango_font_description_set_variations_static" ) ]
263- pub fn set_variations_static ( & mut self , variations : & str ) {
264- unsafe {
265- ffi:: pango_font_description_set_variations_static (
266- self . to_glib_none_mut ( ) . 0 ,
267- variations. to_glib_none ( ) . 0 ,
268- ) ;
269- }
270- }
271-
272248 #[ doc( alias = "pango_font_description_set_weight" ) ]
273249 pub fn set_weight ( & mut self , weight : Weight ) {
274250 unsafe {
0 commit comments