Duck-typify message handling.
[ruby-edje.git] / src / rb_edje_main.c
index e00a2491e5ab9330dc9b7f66e4fc7500a3f033d3..d11d4565121cf206f3f1a460d18782173f0cd372 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * $Id: rb_edje_main.c 287 2005-03-15 18:08:01Z tilman $
+ * $Id: rb_edje_main.c 330 2005-04-28 15:38:47Z tilman $
  *
  * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
  *
  *
  * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
  *
@@ -25,7 +25,6 @@
 #include "rb_edje_main.h"
 #include "rb_edje.h"
 #include "rb_part.h"
 #include "rb_edje_main.h"
 #include "rb_edje.h"
 #include "rb_part.h"
-#include "rb_messages.h"
 
 /*
  * call-seq:
 
 /*
  * call-seq:
@@ -114,6 +113,5 @@ void Init_edje (void)
 
        Init_Edje ();
        Init_Part ();
 
        Init_Edje ();
        Init_Part ();
-       Init_Messages ();
 }
 
 }