ext/Row.h in rubyfb-0.6.3 vs ext/Row.h in rubyfb-0.6.4

- old
+ new

@@ -29,25 +29,10 @@ #ifndef RUBY_H_INCLUDED #include "ruby.h" #define RUBY_H_INCLUDED #endif -/* Type definitions. */ -typedef struct { - char name[32], - alias[32]; - VALUE value, - type, - scale; -} ColumnHandle; - -typedef struct { - unsigned int size, - number; - ColumnHandle *columns; -} RowHandle; - /* Function prototypes. */ void Init_Row(VALUE); -VALUE rb_row_new(VALUE, VALUE, VALUE); +VALUE rb_row_new(VALUE, VALUE); #endif // FIRERUBY_ROW_H