Made on_ecore_event static.
[ruby-ecore.git] / src / ecore / rb_event_handler.h
index 80aa232427348a875d71102b976a35bc483937b5..1c4015352aaa6b8bf9b5346d101fd37f0ac7d765 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: rb_event_handler.h 107 2004-08-29 18:37:58Z tilman $
+ * $Id: rb_event_handler.h 343 2005-05-07 20:22:56Z tilman $
  *
  * Copyright (C) 2004 ruby-ecore team (see AUTHORS)
  *
@@ -33,7 +33,6 @@
 
 void Init_EventHandler (void);
 
-int on_ecore_event (void *data, int type, void *event);
 VALUE c_ev_generic_init (VALUE self, VALUE event);
 
 #ifndef __RB_EVENT_HANDLER_C