[cairo-commit] rcairo/src rb_cairo_font_face.c,1.3,1.4
Kouhei Sutou
commit at pdx.freedesktop.org
Sun May 20 02:25:48 PDT 2007
Committed by: kou
Update of /cvs/cairo/rcairo/src
In directory kemper:/tmp/cvs-serv27800/src
Modified Files:
rb_cairo_font_face.c
Log Message:
* src/rb_cairo_font_face.c, src/lib/cairo/constants.rb: followed
up the previous commit.
Index: rb_cairo_font_face.c
===================================================================
RCS file: /cvs/cairo/rcairo/src/rb_cairo_font_face.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rb_cairo_font_face.c 20 May 2007 02:45:40 -0000 1.3
+++ rb_cairo_font_face.c 20 May 2007 09:25:37 -0000 1.4
@@ -47,18 +47,10 @@
}
}
-static VALUE
-cr_font_face_get_type (VALUE self)
-{
- return INT2NUM (cairo_font_face_get_type (_SELF));
-}
-
void
Init_cairo_font (void)
{
rb_cCairo_FontFace =
rb_define_class_under (rb_mCairo, "FontFace", rb_cObject);
-
- rb_define_method (rb_cCairo_FontFace, "type", cr_font_face_get_type, 0);
}
More information about the cairo-commit
mailing list