Resolve the cWindow reference using Ruby.
[ruby-ecore.git] / src / ecore_evas / rb_gl_x11.c
index c0e5136f4e3e2f66627ef5e98c605a05ae8d90f5..a6da8b1bebde3cd9eb1fd465ea9dfeda570f7c73 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: rb_gl_x11.c 351 2006-02-10 15:25:40Z tilman $
+ * $Id: rb_gl_x11.c 389 2006-11-11 11:40:24Z tilman $
  *
  * Copyright (C) 2004 ruby-ecore team (see AUTHORS)
  *
@@ -133,8 +133,6 @@ void Init_GlX11 (void)
 {
        VALUE c;
 
-       rb_require ("ecore_x");
-
        c = rb_define_class_under (mEvas, "GlX11", cEcoreEvas);
 
        rb_define_alloc_func (c, c_alloc);