Removed RCS-style IDs.
[ruby-ecore.git] / src / ecore_x / rb_window.h
index f9f04e5b66935220b80118683b2aa07262ac1be1..71964a12acd76c368557fe3f6b7b0d4162fada41 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: rb_window.h 77 2004-08-19 17:39:29Z tilman $
- *
  * Copyright (C) 2004 ruby-ecore team (see AUTHORS)
  *
  * This library is free software; you can redistribute it and/or
@@ -29,8 +27,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