X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fecore_evas%2Frb_software_x11.c;h=fe27329babcd177cfefc410f754e099b32dab608;hb=HEAD;hp=8549dc550adcdeb7b7297aad84868ffa621fb8ae;hpb=fa957a85d2bac8f3ec0845737540254f25d6685c;p=ruby-ecore.git diff --git a/src/ecore_evas/rb_software_x11.c b/src/ecore_evas/rb_software_x11.c index 8549dc5..fe27329 100644 --- a/src/ecore_evas/rb_software_x11.c +++ b/src/ecore_evas/rb_software_x11.c @@ -1,6 +1,4 @@ /* - * $Id: rb_software_x11.c 351 2006-02-10 15:25:40Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or @@ -133,8 +131,6 @@ void Init_SoftwareX11 (void) { VALUE c; - rb_require ("ecore_x"); - c = rb_define_class_under (mEvas, "SoftwareX11", cEcoreEvas); rb_define_alloc_func (c, c_alloc);