Reworked ADD_EVENT() wrt handling of the inherited method.
[ruby-ecore.git] / src / ecore / rb_event_handler.c
index 4dd45ce6b35e6567d9ab05735949729583b86647..18e2fc7fc5a0562576da4a2dbe9ef8c45d528d05 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: rb_event_handler.c 367 2006-02-14 22:20:14Z tilman $
+ * $Id: rb_event_handler.c 372 2006-02-16 20:39:55Z tilman $
  *
  * Copyright (C) 2004 ruby-ecore team (see AUTHORS)
  *
@@ -196,11 +196,6 @@ static VALUE c_ev_init (int argc, VALUE *argv, VALUE self)
        return self;
 }
 
-VALUE c_ev_inherited_noop (VALUE klass, VALUE child)
-{
-       return Qnil;
-}
-
 static void free_ruby_event (void *data, void *event)
 {
        /* do nothing */