Removed RCS-style IDs.
[ruby-evas.git] / src / rb_evas_object.c
index a054a08d9cd7241bf3b5cafd09c1865ad3434070..3be8bf694eef5ca9a78bb0d023cb042caa4a7b53 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: rb_evas_object.c 369 2006-02-15 18:09:44Z tilman $
- *
  * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
  *
  * This library is free software; you can redistribute it and/or
@@ -306,8 +304,6 @@ static VALUE c_name_set (VALUE self, VALUE val)
 {
        GET_OBJ (self, RbEvasObject, e);
 
-       Check_Type (val, T_STRING);
-
        evas_object_name_set (e->real, StringValuePtr (val));
 
        return Qnil;