X-Git-Url: http://git.code-monkey.de/?p=ruby-ecore.git;a=blobdiff_plain;f=src%2Fecore_x%2Frb_ecore_x.h;h=02ef3bd3dcdef92db1f62719eccdf12739db730b;hp=a18a12d8128b442b947a7ea2a7a7731573aa1ed0;hb=0f8d24c745efc1057f8d25ada1375c88a1ab2ed7;hpb=ed7756f1892ec068be14445c39a86f14f7e76a46 diff --git a/src/ecore_x/rb_ecore_x.h b/src/ecore_x/rb_ecore_x.h index a18a12d..02ef3bd 100644 --- a/src/ecore_x/rb_ecore_x.h +++ b/src/ecore_x/rb_ecore_x.h @@ -1,6 +1,4 @@ /* - * $Id: rb_ecore_x.h 98 2004-08-26 13:12:55Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or @@ -21,10 +19,6 @@ #ifndef __RB_ECORE_X_H #define __RB_ECORE_X_H -#define DEF_CONST(mod, prefix, name) \ - rb_define_const ((mod), #name, \ - INT2FIX (prefix##name)); - VALUE mX; #endif