Resolve the cWindow reference using Ruby.
[ruby-ecore.git] / src / ecore_x / rb_window.h
index f9f04e5b66935220b80118683b2aa07262ac1be1..efd97136674a44f365687779485d64f651fdd3e7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: rb_window.h 77 2004-08-19 17:39:29Z tilman $
+ * $Id: rb_window.h 389 2006-11-11 11:40:24Z tilman $
  *
  * Copyright (C) 2004 ruby-ecore team (see AUTHORS)
  *
@@ -29,8 +29,4 @@ typedef struct {
 void Init_Window (void);
 VALUE TO_ECORE_X_WINDOW (VALUE parent, Ecore_X_Window w);
 
-#ifndef __RB_WINDOW_C
-extern VALUE cWindow;
-#endif
-
 #endif