Removed RCS-style IDs.
[ruby-ecore.git] / src / ecore_x / rb_window.c
index 204d3014444db9e32a8d5972bc6dca4d32e48de5..e3f1bcfb018cd050df517407a05686ae88206d1c 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: rb_window.c 351 2006-02-10 15:25:40Z tilman $
- *
  * Copyright (C) 2004 ruby-ecore team (see AUTHORS)
  *
  * This library is free software; you can redistribute it and/or
@@ -29,7 +27,7 @@
 #include "rb_window.h"
 #include "rb_cursor.h"
 
-VALUE cWindow;
+static VALUE cWindow;
 
 static void c_mark (RbWindow *w)
 {